Implementing Navigation from Card to Issues Tab in UI Builder
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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?
I need to understand how this functionality works so I can implement the same in our custom UI Builder.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
There are two URL parameters (sm, menu).
These values determine the selected tab.
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.