Skip to main content

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.How can I access standard contact record page tabset index in lightning component?

When I click on Stella Pavlova the following page will open.image (1).pngIn 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.

#Lightning Components

2 respuestas
  1. 20 may 2023, 19:15

    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.Hi , 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.

0/9000