I am working on a Pega Infinity 24.2 application using Theme Cosmos.
Current UI Structure
- Case type: VVVCase
- Case view contains pyCaseMain
- Within pyCaseMain, there is a Layout Group
- The Layout Group contains multiple Tabs
- By default, when the case is opened, the first tab is selected.
Requirement
I need to provide a button in the case UI, for example Copy URL.
When the user clicks this button:
- The URL of the current case should be generated/copied.
- The URL should contain sufficient information to identify the specific tab that the user wants to open.
- However, instead of selecting the first/default tab, the application should automatically select and display the specific tab associated with the copied URL.
- The solution should work consistently when the URL is opened directly in a new browser tab/window or pasted into window