Note | ||
---|---|---|
Info | ||
| ||
|
Description
Excerpt |
---|
You want to add/create a custom Label-template.label template with a unique design |
In this example, we will duplicate an Item Label to make our own version called "My Item Label".
Try not to modify standard templates
It is recommended to keep that for reference and create a clean copy
About the template handler
Each standard label has a “template handler”, this can be used if you handler".
The handler makes it easy for you to create your own version of a template, but want to template and re-use the data processing and Step-collection of a standard template.
Your label is a kind of "Item Label", so you naturally want to re-use the Item the Item Label template handler - and perhaps modify it's its behavior.
In this example the new template is called "MyItemLabel".
Create the template
Currently you must contact Tasklet Factory to create your new template. They will also provide you with a URL mapping path.
Add Template
Add the template in Business Central - "Mobile Print Setup".
Enter the URL mapping.
Assign template
Assign the new template to the desired printer(s).
Label Template lookup
...
Step 1: Select a template
- Go to Mobile Print Setup
- Select Templates
- Select an Item Label
Step 2: Make a copy
- Select Copy Template
- Enter My Item Label
Step 3: Label Template lookup on Mobile
You can see the template when looking up labels on the mobile device.mobile
- Go to the Main menu
- Select Print
- Enter an Item number, Accept
You can now use the new template
Modify the behavior of the Template Handler
- All Values and display Labels can be changed through customization.
- Additional values can collected using “Steps” – or you can change existing steps.
- See Mobile WMS API or the examples below.
...