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
kanchan baghelkanchan baghel 

How to get related tab along with navigateToSObject currently it's showing only detail tab.

Best Answer chosen by kanchan baghel
Adarsh.SharmaAdarsh.Sharma
hi kanchan,
Please try this.this will work:
sforce.one.navigateToSObject('recordId','RELATED');

Please let me know if any issue come.

Please mark it as best solution.

thanks