Example: Create Custom Barcodes with Unordered Attributes
This example demonstrates how to create custom barcodes where the order of the information on
the barcode data string varies.
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 the order in
which the information displays varies. In this example, you need the location as the
first identifying attribute and the item as the second attribute with the ability to
change the order as necessary.
- 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 isn’t ticked.
- Click the + symbol to add a line.
- In theApplication Identifierfield, enter AB.
- In theDescriptionfield, enter Location Identifier.
- In theLengthfield, enter zero.
- In theBarcode Data Item Typefield, enter Item Identifier.
- Add another line.
- In theApplication Identifierfield, enter CD.
- In theDescriptionfield, enter Location Identifier.
- In theLengthfield, enter zero.
- In theBarcode Data Item Typefield, enter Item Identifier.
The data string on your variable attribute barcode will read: **ABLOC001|CDItemA, where:
- ** identifies the barcode.
- ABLOC001 is the Location.
- | is the delimiter.
- CDItemA is the item identifier.