...
Excerpt |
---|
In this video, you will be introduced to modifying the design of a label template, using the designer, and adding data using AL code. |
Prerequisites
- Watch this video first Cloud Print: How to modify label-template
- A running system with Cloud Print set up and a separate print "Tenant". See Set up Cloud Print Service
This article is used in the video How-to: Add data to label-template (Cloud Print)
Widget Connector | |||||
---|---|---|---|---|---|
|
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Script til video
Agenda
Table of Contents | ||||
---|---|---|---|---|
|
...
In this video, we will modify the design of a label template using the designer and add our own, custom data using AL code.
Note: This video builds upon lessons learned in the previous video "Modify Label-template", so please watch that one first.
Objectives
The customer wants to modify the default Item Label 4x3 :
- Add custom data fields "Gross Weight" and "Warehouse Class Code"
- using the "ExtraInfo"-fields - Remove Serial No. and Expiration Date -fields
- Enlarge the barcode making it easier to scan it from a distance
KLIP 1
Create a mock-up label (optional)
Using the examples on "Docs", we can visualize the changes by creating a mock-up label,
Standard Label Template Designs
...
Print the label
Let's start by printing the label as it is so we can track the changes, as we make them.
KLIP3
Adding custom data using AL code
Using the Mobile WMS API, we can modify the behavior of the system.
...
|
...
KLIP5
Verify data is sent to the cloud
Using the "Print Log"...
KLIP5
Modify the template design
We can now delete the two unneeded elements and enlarge the barcode.
KLIP6
...