Submitting barcodes automatically, without pressing a button

A Score Level 1

Hi,

We have a use case where an employee from a warehouse needs to scan multiple barcodes.

We were asked if this is possible without pressing, for example, a "Submit" button for each and every barcode scanned, since it would delay the process.

The main goal is to allow the user to pick multiple barcodes, save them into a variable for example, and whenever the task is finished, it would trigger a process.

Do you know if this is possible to do without forcing the user to press hundreds of times a submit button, for each barcode scanned?

Or it's only possible via JavaScript embedded on the webpage?

Kind regards

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Richard.

    Yes, we already tried that approach and everything is working, but it doesn't answer our question regarding the ability to allow a user to scan multiple barcodes without pressing a button each time they scan a barcode.

    Our use case aims to target warehouse employees that will use a mobile, so we're trying to avoid the fuss to press a button each time they scan a code.

Children