I am working on a Salesforce 1 mobile app. I have a business requirement to open external App (Barcodescanner) in SF1 app. I have tried below methods.
* sforce.one.navigateToURL();
* window.open();
* function Capturesendvalue(){
var returnscannedurl = document.getElementById('myPage:myForm:returnscannedurl').value;
window.location = "Salesforcescan://scan?callback="+encodeURIComponent(returnscannedurl);
}
But when i am login salesforce visualforce page in mobile brower native App is getting open and successfully Scanned barcode using native Barcode scan app. Same I want this to open native app(Barcode Scanner) in SF1 app only same as a mobile broweser for scanning to barcode.
1 respuesta
Hi RsekhaR SfdC,
Check the thread below and see if that works for.
Barcode Scan Functionality on Salesforce1
https://developer.salesforce.com/forums/?id=906F0000000B0SLIA0
Hope that helps.
Regards,
JM