Print Label (Report Print)
Overview
Examples for customizing our Reports, Layouts, and Report Print.
Task | Solution | Link |
|---|---|---|
Modify the layout of an existing Report. | Use your preferred report designer to customize the layout. | |
Extend the dataset with new fields. | Create a Report Extension Object and implement your changes. | |
I want to add custom data in the GS1 Datamatrix barcode. | Create a Report Extension Object and implement your changes. | |
I want to change the existing dataset or GS1 encoded values. | Copy our Report and implement your changes. | |
I want to use a standard or custom Report with Mobile WMS | You must create your own RequestPage Handler for the specific Report Object. |
Mobile WMS Reports
Report Print includes four reports with multiple layouts.
Item Label (Report 6181273 - "MOB Item Label")
License Plate Label (Report 6181272 "MOB License Plate Label")
License Plate Label (Report 6181278 "MOB License Plate Label (Word)")
License Plate Contents Label (Report 6181274 - "MOB LP Contents Label")
Report Layouts
See our layouts Standard Label Reports (Report Print)
All standard report layout types are supported. See Introduction to Report Layouts
Reports as AL code
The Source Code is available on Tasklet University
Barcode Fonts are only free in Business Central Online
We implement the standard Business Central 2D/Datamatrix GS1 barcodes in our reports.
These barcode fonts are free in Business Central Online, but must be purchased for Onprem usage.
See more Requirements for Barcode fonts
Barcode encoding functionality is included in standard Business Central in these versions:
One-dimensional (1D) barcode available from Business Central 2021 release wave 1 (v18.0) and later
Two-dimensional (2D) barcode fonts and encoders are only included in version 19.1 and later.
Print Reports from Mobile device
You can easily print our reports from the mobile client using the new Report Print framework in Mobile WMS.
Please refer to this guide for more details: Set up Report Print
Print Reports from Business Central
All reports can also be printed directly from within the Business Central Client.
Overview