Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

In this video, you will be introduced to modify the design of a label-template, using the designer and add data using AL code.

Prerequisites



Script til video




Agenda



Intro speak:

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.

Klip

Objectives

The customer wants to modify the default Item Label 4x3 :

  1. Add custom data fields "Variant" and "Weight" using the "ExtraInfo"-fields
  2. Hide the fields: Serial No. and Expiration Date
  3. Enlarge the barcode making it easier to scan it from a distance


Create a mock-up label (optional)

Using the examples on "Docs", we can visualize the changes by creating a mock-up label, 

Print the label

Let's start by printing the label as it is so we can track the changes, as we make them.


<Klip1 VIS PRINTET LABEL AF TF-003>


Adding custom data using AL code

Using the Mobile WMS API, we can modify the behavior of the system.

..."Variant" and "Weight" as ExtraInfo,


Verify data is sent to the cloud



Modify the template design

We can now delete the two unneeded elements and enlarge the barcode.



Print the label and verify the result



  • No labels