I have a requirement like:
I will scan the QR code and once done, The app will display the information matching that QR code. Suppose, I have three pens. Each pen has different QR code. I will scan one QR code, it will open the view with detail information of the pen where matching QR code.
So after scanning, data will be inserted into spreadsheet. But in my case, I would like to find the item like pen details after scanning the QR code or Bar code.
Again I am saying I would like to find or search corresponding one row from the Spreadsheet, after reading BARCODE or QR code.
I am guessing but you could create a second sheet that captures the barcode and cross references the pen data sheet.
I do this for employee data and use virtual columns and lookup to visualize the information. You do not need virtual columns bc you can just use a ref in the field. I use the virtual column to mask information tho.
If one of the fields in the records is marked “Scannable”, then when you click the “Search” button, the barcode scanner icon is displayed next to the search box. This will allow you to can use the barcode scanner to enter the search value. Is that what you are trying to do?
Thanks, for your reply. I just say - There is no search button. In my app, I have a form to scan QR code or Bar code. If that match with some item available in my spreadsheet, the app will open that item with detail.
This is my requirement. I will not search. I will scan.
Please let me know if it is understandable or not.
But John’s reply is quiet correct. I am following that and its matching my requirement.
Thanks,
Arindam.
I think it should be possible if i understand the requirement correctly.
This is quick sample app. Once the app is launched, the scanner automatically activated, then user scan QR code. Then it save the form automatically, bring the user to the particular details view based on the scan result.
@tsuji_koichi Thanks for creating that sample. That’s a nice sample.
I posted some questions regarding this on another thread when another community member posted this sample.
[Looking for rapid scanning ideas](https://community.appsheet.com/t/looking-for-rapid-scanning-ideas/10994/4) Questions
Thanks @Mike I was unaware of this sample. So glad you told me about it. I have something similar now but two problems that I notice this sample has as well: it does not open the scanner directly. One has to tap on the scanner icon in the form to start the scanner. I want it start with the scanner open to start. An analogy is the supermarket self-checkout. We do not hit the scan button, when you are trying to ring out the item. It is on by default and you just place your item for scan. Lik…
HI there,
I am using a virtual column to store the QR code [QRCode] for the same respective Purchase Orders record
The PO Number [PO Number] is search able and defined as Scanner capable and when I use the mobile app and the Search key and scan the a barcode (normally present on a printed sheet) I was it to open the appropriate Purchase Orders record.
The search picks up the correct record in the search bar but it does not open in the Purchase Orders_Detail view. In the Behaviours for the PO Number field I have listed
In-case it makes any difference Key to the PO Order record data set is [Naming] but I have tried every possible permutation of {Po Number], [QRCode} [Naming] with no luck. Or is this is not the way that the Search feature works and I need to do something else to display the detail of the record?