You need to sign in to do that
Don't have an account?
Book_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
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.
I have developed an app which scan barcodes and send to salesforce. And on salesforce I store data in custom objects.
Please write at least 4 sentences, more the better. What problem are you having? It sounds like you've got everything working.
Is this feature is available in your app. If Yes, how it works.
Regards
If you like then I can develop a solution for you.
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.
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)