Can we use URL Parameters with Record's Summary View?

Certified Associate Developer

Hi everyone,

We are using a Record's Summary View to display the details of a player. Inside this view, we have implemented multiple tabs (e.g., Match1, Match2, Match3, etc.).

We would like to update the browser URL with a parameter to reflect the currently active tab.

Use Case:

  • User click on Players tab from the main navigation.
  • The Players tab displays a read-only grid listing all available players.
  • From this grid, a user can click on a player using an a!recordLink, which opens the player's Summary View (Record Summary View).
  • In the Summary View, the player’s details are organized into tabs.
  • We want the URL to update based on the active tab, so that if the user reloads the page or shares the link, the correct tab is shown directly.
  • Is it possible to pass or read custom URL parameters in the Record's Summary View to manage tab state?

Any guidance would be appreciated!

Thanks & Regards,

  Discussion posts and replies are publicly visible

Parents Reply Children