How to add or remove quick links in managment tab in cmdb workspace ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 07:41 PM
How to add or remove quick links in managment tab in cmdb workspace ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 08:22 PM - edited 07-31-2024 08:23 PM
Mark it helpful and accept solution!! If this helps you to understand.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 08:27 PM
Hi @Kranthi Kumar4 ,
You can navigate to sn_cmdb_ws_quick_links table and make the required quesries and changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 09:04 PM
sn_cmdb_ws_quick_links table only have homepage quick links not management tab links as per scrrenshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 12:31 AM
Hi @Kranthi Kumar4 ,
You may follow below steps to add/remove links
1. Navigate to CMDB workspace in UIB, and open Management default UIB page
2. Look for Data broker "Get Management Link Groups 1", this data broker is responsible to bring links data from server and getting shown in UI using repeater component with label "Link Repeater"
3. You may open this Data broker implementation which internally call Script include method "CMDBWorkspaceUtil >
"
Please mark it helpful if it answers your query.
Thanks,
Haseeb Ahmed