How to add or remove quick links in managment tab in cmdb workspace ?

Kranthi Kumar4
Tera Expert

KranthiKumar4_0-1722480034963.png

How to add or remove quick links in managment tab in cmdb workspace ?

 

4 REPLIES 4

SK Chand Basha
Giga Sage

Hi @Kranthi Kumar4 

 

https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/configuration-manag...

 

Mark it helpful and accept solution!! If this helps you to understand. 

Community Alums
Not applicable

Hi @Kranthi Kumar4 ,

You can navigate to sn_cmdb_ws_quick_links table and make the required quesries and changes.

 sn_cmdb_ws_quick_links table only have homepage quick links not management tab links as per scrrenshot

Haseeb-Ahmed
ServiceNow Employee
ServiceNow Employee

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 >

getManagementLinkGroups"
4. you may modify this method as per your requirement
 
Refer screenshotScreenshot 2024-08-01 at 12.42.16 PM.pngScreenshot 2024-08-01 at 12.41.51 PM.png

"

Please mark it helpful if it answers your query.

Thanks,
Haseeb Ahmed