0
How can I update my inventory in Ninox with a barcode scanner?
I don't mind using my iPhone as the scanner, or even just getting an actual barcode scanner. What is the best solution?
3 replies
-
The best solution would be to use the camera on iPhone or iPad for scanning. Please note that this funktion is now available to speed this up:
–––
let code := barcodeScan();
alert(code)
–––
Birger
-
Awesome! How do I implement this code?
-
Hi,
You can use the function on a button (layout element) in Ninox.
In order to fill in the scanned code into your data field for the barcode, you could also add a line in the code like:
let code := barcodeScan();
'My barcode field' := code;
alert(code);
Best, Jörg
Content aside
- 6 yrs agoLast active
- 3Replies
- 2407Views