Skip to main content
June 2, 2025
Question

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

  • June 2, 2025
  • 3 replies
  • 0 views

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,

3 replies

stefanhelzle0001
June 2, 2025

No, that's not possible. But, did you consider to go with multiple views for that records, instead of one view with a local tab implementation?

yogip3177Author
June 2, 2025

Hi Stefan,

Thank you for your quick reply.

Yes, we are already using multiple views to display different information. Within those views, one of them contains multiple tabs, and for that particular view, we would like to use URL parameters to control which tab is active.

Regards,

cithar575376
June 2, 2025

Hi [mention:c3d4bf332aba4695885fdc0e0110ec6e:e9ed411860ed4f2ba0265705b8793d05] 

Good Day!!!!

We have a function named as a!urlForSite() where you can update the Link url based on the selection of the Matches.

Please refer this link for more information - urlForSite

I hope this will fulfill your requirement.

Thanks

Ranjith