Implementing Navigation from Card to Issues Tab in UI Builder

Prithvi Ramesh1
Mega Sage

How can we replicate the functionality in the Subscription Management UI Builder, where clicking the "Unmapped Global Custom Tables" card redirects to the Issues tab and displays the data in list view?

 

PrithviRamesh1_0-1756130349199.png

PrithviRamesh1_1-1756130363960.png

 

I need to understand how this functionality works so I can implement the same in our custom UI Builder.

 

1 REPLY 1

HidekiOgawa
Tera Guru

There are two URL parameters (sm, menu).

スクリーンショット 2025-08-31 12.38.06.png
These values ​​determine the selected tab.

スクリーンショット 2025-08-31 12.40.05.png
The URL parameters are updated by using the "CONTENT_UPDATED" API in the card click event.
As a result, the tab will switch from the Overview tab to the Issues tab.

スクリーンショット 2025-08-31 12.41.54.png