Print Multiple Serial Numbers
You can print multiple serial numbers using our new Label Designer Function, SERIAL_NBRS_FROM_OBLPN. This function allows multiple serial numbers for a SKU to be scanned in a single scan.
This new function is available for OBLPN Labels, OBLPN Content Labels, and Shipping Label, as well as all other labels. It works best in two-dimensional barcode labels such as QR Barcode Type, as it will embed a large number of characters allowing you to provide more information.
Note: You can also use this function on Multiple SKU items, but the
system will only return serial numbers and not include the related SKU
information.
Enable Printing Multiple Serial Numbers
To enable printing multiple serial numbers in Label Designer, set up the following function details:
- Data Type: Dynamic
- Function: SERIAL_NBRS_FROM_OBLPN
- Function Arguments example: {delimiter:",",max_chars:0}
Where,
- the delimeter could be comma (,), pipe (|), colon (:)
- max chars: it’s the maximum number of characters you want to display in the label. 0 means unlimited or instead of the function you could use
- Expression : serial_nbrs_from_oblpn(get_qs(), args="{\"delimiter\":\",\", \"max_chars\":0}")