You need to sign in to do that
Don't have an account?

How to scan barcode in salesforce
Overall task is scan the barcode in saledforce.
Suppose my comoputer is connect with barcode scanner machine.
In salesforece i've a custom object ITEM. create a visualforce page of this item object and when we click on new button the page will display.
we can scan the barcode then barcode id should be display on the page in row.
and finally when we click on saved button then record will be saved
How to achieve overall this functionality.
Please suggest.
Suppose my comoputer is connect with barcode scanner machine.
In salesforece i've a custom object ITEM. create a visualforce page of this item object and when we click on new button the page will display.
we can scan the barcode then barcode id should be display on the page in row.
and finally when we click on saved button then record will be saved
How to achieve overall this functionality.
Please suggest.
There is a very good blog written on this by Jitendra. You can refer that to get an idea about barcode scanner using JS :
http://www.jitendrazaa.com/blog/salesforce/barcode-decoder-in-salesforce1-very-fast-and-simple/
Below link is also useful for you.
http://bobbuzzard.blogspot.in/2014/03/reading-barcodes-in-salesforce1.html
Thanks,
Nitin Sharma
I've seen this blog, but this blog is for saleforce1 i.e on mobile, vf page will display and nobile will scan the barcode image.
I've to use barcode machine not a mobile. so how to configure barcode machine with vf page so it can read.
https://inevitableyogendra.blogspot.com/2022/06/scan-barcodes-natively-on-mobile-device-using-lwc.html