Home Forums Barcode Generator Help for Quantity ship in barcode / Scan quantity behaviour Reply To: Help for Quantity ship in barcode / Scan quantity behaviour

john atkinsonjohn atkinson
    Post count: 29

    Hello, thanks for your inquiry.

    In order for the system to parse the data from a combined barcode you will need to have a matching barcode rule in place.

    Note with a combination barcode I would suggest you have A separator character for the breaks in data.

    If you search for barcode rules in Nav/BC. If you need assistance designing the rule please let me know and send me a copy of your combination barcode. The bellow is an example of an item, serial number combination barcode rule, the example will be more clear if you are looking at the barcode rules page in BC.

    for example. Combo rule for item-serial, The item is ITEM1234 the serial number is 121212.

    ITEM1234!121212

    your barcode rule would look like- Find Text =  (.*)!(.*)      Description ITEM!SERIAL  Expressions = Item $1 Serial Number $2