RE: QR Mapping
Does anybody know how to handle QR barcode in Netsuite.
Would like to scan a QR barcode but extract only one of fields there (Serial number for example)
Are you generating the QR code from NetSuite? I’m not sure if you are looking to remove all other values stored in the QR code or extract the Serial Number from the string returned by scanning.
Scanning hardware will read the values into a field, so if you want to extract out a specific data element you need to know what the delimiter is and have a script pull the desired value out.