Description
You want to add/create a custom Label-template.
Each standard label has a “template handler”, this can be used if you create your own version of a template, but want to 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 Label template handler - and perhaps modify it's behavior.
In this example the new template is called "MyItemLabel".
Create the template
Currently you must contact Tasklet Factory or InterForm 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
You should now be able to see the template when looking up labels on the mobile device.
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.
More examples
-
(Legacy) Case: Print muliple labels with unique lot numbers (MOB5.23-MOB5.38) — Option to generate and print multiple unique labels
-
Case: Print Customized License Plate Contents label (Cloud Print) — Modify the column and lines on License Plate Contents.
-
Case: Print Label on Planned Function Posting (Cloud Print) — Print Label on Planned Posting, i.e. Receive, Pick, Put-away, Ship, Move etc.
-
Case: Print Label on Tote Shipping Posting (Cloud Print) — Print Label on the posting of Tote Shipping.
-
Case: Print muliple labels with unique lot numbers (Cloud Print) — Option to generate and print multiple unique labels
-
Case: Print your own ZPL labels (Cloud Print) — Print your own ZPL labels
-
Cloud Print: How to Copy a Label-Template to New — In this video, we will make a copy an existing label-template
-
Cloud Print: How to modify label-template — In this video, you will be introduced to modify the design of a label-template, using the designer.
-
Cloud Print: How to modify label-template and add data — In this video, you will be introduced to modifying the design of a label template, using the designer, and adding data using AL code.
-
How-to: Add data to label-template (Cloud Print) — You want to modify a label template by adding data to it
-
How-to: Add new/Copy a label-template (Cloud Print) — You want to add/create a custom label template with a unique design
-
How-to: Modify steps on a label-template (Cloud Print) — Modify collected steps before a Label-template is printed.