Hi,
We are designing a custom transaction with four fields for material, quantity, storage type and storage bin. The data in these fields is not entered manually but by scanning two GS1 2D barcode.One barcode contains material and quantity and the next one contains storage type and storage bin.
We do not have handheld device at our site, but whatever I have understood is that the GS1 barcode would be read in the input field on which the cursor is placed and then code should be written to extract data from the value found in the input field. So for our case we shoud have two fields for accepting the data of the scanned barcodes
My issue is the client does not want extra data entry fields, he expects that when the barcode is scanned the material and quantity get filled automatically. and when the next barcode is scanned the storage type and storage bin get filled.
I am not able to understand how I decode the data from the scanner as soon as the barcode is scanned to fill the fields on the screen.
Is it possible to have the GS1 barcode read in two diffrent fields automatically.
Please help. Thanks in advance