Greetings!
I am building a App to keep track of inventory and store the data in a SharePoint list, I am able to scan the barcodes to the SharePoint list just fine. My challenge is that I don’t know the code to remove an item when I “scan out”. The command I use to scan in is ”OnScan (first button)” Collect(D7iPhone, {Title: BarcodeScanner1.Value, NHnumber: BarcodeScanner1.Value, Who: User().FullName, When: Now()}) this works perfectly. This is the code I tried to remove an item from the SharePoint list ”OnScan (second button)” Remove (D7iPhone, {Title: BarcodeScanner2.Value, NHnumber: BarcodeScanner2.Value, Who: User().FullName, When: Now()}) It doesn’t give me any errors but it does not remove the item from the SharePoint list. The interface looks like this
Please help
Solved! Go to Solution.
RemoveIf(D7iPhone, Title=BarcodeScanner2.Value)
RemoveIf(D7iPhone, Title=BarcodeScanner2.Value)
Thank you so much TheRobRush that did it!
User | Count |
---|---|
253 | |
113 | |
92 | |
48 | |
38 |