Barcode Scanner Tool
The barcode scanner is for Android mobile only, and let’s the user scan any bar or QR code.
There is not much to configure for this screen type as it’s just a scanner. The magic happens after scanning.
On Submit
Specify which screen to go to after a barcode was scanned in the On Submit field.
The value of the barcode will be available in server-side ProcScript code events in the variable session_vars["lastbarcode"]
and also through the markdown token @[pf_barcode]
Code Events
- Before Process
- Before Render
- On Render
Please refer to 📜Code Events for more details.