barcodeScan
To open the barcode scanner and return the scanned value as a string
With this function, you can scan a barcode or QR code via the camera on your mobile device.
To be used only on mobile devices.
Use this function in a button and save the returned value in a text field.
barcodeScan()
string
Add this script in a button.
1
'Item number' := barcodeScan()
Result: The camera scans a barcode and adds the value to the text field Item number.
Last modified 8mo ago