I need to combine two fields with slash in between using Barcode 128 fonts, but I cannot get it to scan.
This works with Code128Wide font
BarcodeC128A({INVENTORY_TRANS_1.WORKORDER_BASE_ID)}
and this works as well
BarcodeC128A({INVENTORY_TRANS_1.WORKORDER_LOT_ID})
How do I combine these two to make it look like this: Workorder_base_id/workorder_lot_id and I should be able to scan it.
Thank you.
This works with Code128Wide font
BarcodeC128A({INVENTORY_TRANS_1.WORKORDER_BASE_ID)}
and this works as well
BarcodeC128A({INVENTORY_TRANS_1.WORKORDER_LOT_ID})
How do I combine these two to make it look like this: Workorder_base_id/workorder_lot_id and I should be able to scan it.
Thank you.