Barcode Scanner

0
Hello Everyone,   I have one doubt, How to create the serial number, after scanning the barcode from the product automatically the serial number enter in the new edit column , please give your ideas, how to do it.   Regards, Swetha
asked
3 answers
1

 

Hi Swetha,

While triggering the barcode, set the microflow to check the list of entries in the database.Verify the count of entries and process them one by one.

 

answered
0

Hello Swetha,

 

Make use of barcode scanner module, 

 

https://docs.mendix.com/appstore/widgets/barcode-scanner/

 

Give your inputfield attribute also to the widget. 

 

If necessary add a refresh action on the Ondetect event. 

 

Hope this helps,

 

Good luck

answered
0

Hi Swetha,

 

You can achieve your requirement with below link.

https://community.mendix.com/link/space/databases/questions/126371

answered