I have an app where the user scans a barcode and then enters some inventory information about it. They do inventory once a day. Thus, if the inventory was already recorded, thereās no point doing the inventory again.
So is this behavior possible?
- User scans barcode
- If barcode exists, retrieve and edit the current record
- If barcode does not exist, present an empty form for new values
Thank you for you time,
Doug