Hello,
I am looking to see if this is possible.
I would like to scan a QR code on the add page and right after the QR code is scanned, I would like for javascript or other automatic way to parse the data that is scanned.
Example. On the add page, I have a field called QRCode. The focus is set on the QRCode field. When I scan a QR Code, the text that appears in the field is "ABC012345:TUSWI-99988852155". I would like to strip all of the string away except the 012345 part. Once the extra part of the string is stripped away, I will then set focus to another field to complete this task again.
Is this possible? Any help would be appreicated.
I am looking at all of the Javascript Event control events, but I am not finding anything.
Thank you in advance,
Brian