I’m using the javascript method
navigateToSObject(recordId,view) detailed on page 185 of http://www.salesforce.com/us/developer/docs/salesforce1/salesforce1_guide.pdfexample usage is:
sforce.one.navigateToSObject('a01i00000085XZGAA2','related'); sforce.one.navigateToSObject('a01i00000085XZGAA2','chatter');
When this javascript is executed on a VF page launched by sf1 I am taken to the correct record, but with the default ‘detail’ tab open. Anybody hit this issue as well? Or find a work around? 🙂
I am able to reproduce this in one/one.app and the actual app.
Thanks,
Mike
Answer
There is a mismatch between the Salesforce1 docs and current Salesforce1 functionality. The “navigate to a specific slide” functionality is scheduled for Summer ’14 (safe harbor!).
Attribution
Source : Link , Question Author : Mike Tetlow , Answer Author : metadaddy