• Rauli Rikama
  • NEWBIE
  • -1 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,

We are having issues with transferring user from our app to Salesforce1 app. We are trying to open record created in our app with SF1. In iOS platform we got it working by calling this: 
com.salesforce.salesforce1://sObject/#recordid#/view
Replace: #recordid# with object id.
Same doesn't work on Android. Neither does the the version you have documented here:
http://help.salesforce.com/HTViewSolution?id=000213748
or here:
https://resources.docs.salesforce.com/sfdc/pdf/salesforce1_url_schemes.pdf

Anyone got these to work on Android?
Hi,

We are having issues with transferring user from our app to Salesforce1 app. We are trying to open record created in our app with SF1. In iOS platform we got it working by calling this: 
com.salesforce.salesforce1://sObject/#recordid#/view
Replace: #recordid# with object id.
Same doesn't work on Android. Neither does the the version you have documented here:
http://help.salesforce.com/HTViewSolution?id=000213748
or here:
https://resources.docs.salesforce.com/sfdc/pdf/salesforce1_url_schemes.pdf

Anyone got these to work on Android?