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:
Any guidance would be appreciated!
Thanks & Regards,
Discussion posts and replies are publicly visible
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?
Hi Yogi Patel
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
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,