Hi Everyone,
I have a Barcode scanning tool that I have created.
Prior to scanning, users must select the "Type of Scan", it's a drop down. Let's say it's either A or B.
The user selects Type A.
The user starts to scan, and as the Barcode scan is collected. The Type of Scan is collected.
Ex. The first Barcode item: 123 , TypeOfScan: A
Now, if the user changes the Type to B.
The first barcode is still Type of Scan A.
What is the best practice, to update the whole collection to what the Type of Scan is currently selected as?
Thank you,