Good Morning,
I want to build an app to track storage and retrieval of items which we put from our main warehouse to a second warehouse.
I created a sp list with columns as gtin(as a number), itemno, item-variant, and also for qty and the location (shelfno)
After that I created an app from the sharepoint list and added the barcode scanner.
Now I want to scan a barcode with the scanner and filter the gallery on the item with the scanned barcode.
I think that I'll have to do this with the OnScan-Property of the barcode-scanner and also in the items property of the BrowseGallery.
But how? 😄