function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Book_GuyBook_Guy 

Using a bar code reader to creating a record

Hi All,

 

We would like to scan a bar code and have it create a record in Salesforce on a custom object, as well as an activity record.  Has anyone had success doing this?

 

--David

NBlasgenNBlasgen

Not really sure what you're asking.  Barcode isn't anything special.  Creating entries in Salesforce isn't anything special.  What's the trouble?

 

Use something like RedLaser which has a SDK for reading barcodes.  Once you've read it, use Salesforce API to add a new record.  Easy.

Dev@Force.ax647Dev@Force.ax647

I have developed an app which scan barcodes and send to salesforce. And on salesforce I store data in custom objects.

NBlasgenNBlasgen

Please write at least 4 sentences, more the better.  What problem are you having?  It sounds like you've got everything working.

CloudDeveloper89CloudDeveloper89
 Hi,
Our requirement is to scan the Barcode image and store the Barcode number in salesforce.
Is this feature is available in your app. If Yes, how it works.

Regards
 
Dev@Force.ax647Dev@Force.ax647

If you like then I can develop a solution for you.

Brent MichaelsonBrent Michaelson
You can check out this barcode reader (http://www.businessrefinery.com/products/barcode_reader_net/main.html), and compile some codings to export to your target report.
beco fuanbeco fuan
If salesforce has API that support working with barcode scanner library, I just can integrate the resources to it.
And for barcode reading resources, I found .net (http://www.keepdynamic.com/dotnet-barcode-reader/) and java (http://www.keepdynamic.com/java-barcode-reader/) resources.
They maybe helpful, I think.
Joe RavitskyJoe Ravitsky
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000ptq1EAA, Gimbal is coming our with a barcode scanner app as well. They can provide many of the customizations you might be looking for.
 
Andrea AlarconAndrea Alarcon
Hello, I am having a problem with salesforce. Every time I am scanning a bar code and adding the information in a program, it pop up another brower window with Download folder info. Is there any way stop this?
 
Victor Abraham 5Victor Abraham 5
Barcode To Cloud mobile app can be configured to meet this use case - https://salesforcecodes.blogspot.com/2021/06/how-to-scan-barcode-values-and-send-to-salesforce.html
Yogendra JangidYogendra Jangid
Refer below link
​​​​​​​​​​​​​​https://inevitableyogendra.blogspot.com/2022/06/scan-barcodes-natively-on-mobile-device-using-lwc.html (http://https://inevitableyogendra.blogspot.com/2022/06/scan-barcodes-natively-on-mobile-device-using-lwc.html)