I've a created a lightning component in which shows the account related contact on account record page onclick of any contact record that page will redirected to that particular contact record page.
When I click on Stella Pavlova the following page will open.In above screenshot we've tabset for particular record i.e. Related Details News. My question is whenever we click on any contact record in, using UI I've changed default tab to Details so for now details tab is opening. In my case I want to open the Related tab as default how can we implement this by using lightning component.
Hi @sakshi nagpal,
In workspaceAPI.getTabURL method I'm getting the url for particular contact record with the tabId. How this tabId related to that tabset Id?
PFA.
