I'm looking to implement something similar to a grocery store check out in CSI 9. Our stockroom will bring a bunch of bar coded tags from a restock location. These tags will get scanned one by one and I want the corresponding entry from my IDO/Collection to show up in the grid.
Does this mean I have to store each of the codes scanned & modify the Collection Filter each time to be "(code=A) OR (code=B) OR (code=C)" etc?
What I ultimately want to do is have the grid populated with all of the entries to process & then the user clicks the "Process" button & each of the entries gets processed.