EnumList Scan multiple Barcode

Hello Community Team,

I would like to inquire if it is possible to implement the functionality of scanning multiple barcodes within an Enumlist column.

Currently, users are required to manually input each Order ID, which can lead to errors during data entry. To streamline this process and reduce the likelihood of mistakes, I am interested in incorporating a feature that allows users to scan the Order ID barcode instead.

For a visual demonstration of this concept, please refer to the following link: App Video.

Thank you for your assistance.

0 5 695
5 REPLIES 5

Meinst du so etwas wie in diesem Thread --> Mehrfach-Scanning-Barcode-QR-Code 

Nein, dieses Video unterscheidet sich vรถllig von dem, das ich zuvor gesehen habe. Wie ich im Video beobachtet habe, waren die Zahlen bereits voreingestellt, als die Person auf die Spalte klickte. Sie mussten lediglich die Nummern auswรคhlen, die bereits in der Backend-Datenbank vorhanden waren. In meinem Fall muss der Benutzer jedoch jedes Feld einzeln scannen, um neue Bestell-IDs einzugeben.Untitled.png

Does anybody have any Idea โ“

"If anyone knows, please assist me here."

If I understand what you're trying to do correctly, one approach that "might" work for your use case would be to separate your functionality into two columns. For example

Lets say you have a column called OrderID and that is set as EnumList which is the main column you're wanting to populate with data, and you add a separate column called Barcode and that is set to Text and has scannable enabled.

If you then set OrderID to auto compute with an App Forumula like:
UNIQUE([OrderID]+LIST([Barcode]))

This is essentially setting the value OrderID column to itself + Barcode, so anytime a value is scanned into the Barcode column, it will be added to the OrderID list.

Not as user-friendly as what you might have been hoping for and not necessarily the best solution for every use case but maybe it can work for you.

Top Labels in this Space