Example: Create Custom Barcodes with Ordered Attributes
This example demonstrates how to create custom barcodes where the information on the barcode
data string always displays in the same order.
Your inventory manager wants you to create a custom barcode type for a section of your stocking
area. You need to parse the information in the barcode string so that it’s always in
the same order. In this example, you need to locate the item as the first
identifying attribute and its location as the second attribute. This order will help
pickers easily identify what the item is, and the stock bin or shelf in which it's
stored, when they scan the barcode.
- Access theCreate Custom Barcode Typestask.
- Enter Inventory Location Barcodes on theNamefield.
- Select ]C0 on theBarcode Symbology IDprompt.
- Enter the pipe symbol (|) as aDelimiter Character.
- Enter ** as yourCustom Barcode Identifier.
- Ensure that theAttribute Orderedcheck box is ticked.
- Click the + symbol to add a line.
- In theDescriptionfield, enter Item Identifier.
- In theLengthfield, enter zero.
- In theBarcode Data Item Typefield, enter Location.
- Add another line.
- In theDescriptionfield, enter Item Identifier.
- In theLengthfield, enter zero.
- In theBarcode Data Item Typefield, enter Location Identifier.
The data string on your Attribute Ordered barcode will read: **ItemA|LOC001, where:
- ** identifies the barcode.
- ItemA is the item identifier.
- | is the delimiter.
- LOC001 is the Location.