Dependancy View icon is hidden on cmdb ci field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 02:38 AM - edited 04-29-2025 02:38 AM
Hello,
In the sn_vul_container_image_vulnerable_item table, there is a reference field pointing to the cmdb_ci table. However, the dependency view is not visible for some of the CIs. Can anyone explain how the visibility for this field is defined?
Note: There is a macro named 'task_show_ci_map' based on which the icon is getting hidden
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 04:17 AM
Hi @susmitha17 ,
Can you check if the glide.ui.cmdb.dependency property is disabled
This property controls whether the Dependency View icon shows
Fix:
Navigate to System Properties > UI Properties
Search for: glide.ui.cmdb.dependency
Make sure it's set to true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 12:13 AM - edited 05-05-2025 12:27 AM
Hi @Gaurav Rathaur ,
I hope you are doing well.
Even I am facing the same issue but did not find the glide.ui.cmdb.dependency property in UI Properties. Can you please share with me any screenshot or Sys ID to search?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 04:36 AM
Hi @PoornaSaiN ,
glide.ui.cmdb.dependency did exist in earlier versions of ServiceNow to control the availability of the CMDB Dependency Views. However:
Current Status (As of recent ServiceNow versions like Tokyo, Utah, and Vancouver):
glide.ui.cmdb.dependency no longer appears by default in modern instances.
Dependency Views are now controlled through plugins and module access, not just a property.
Create it manually
If it doesn’t exist, you can create it:
Click New in sys_properties.list.
Fill in the fields:
Name: glide.ui.cmdb.dependency
Type: true | false (Boolean)
Value: true (if you want to enable it)
Description: (optional but recommended) Enable CMDB dependency view UI.
Click Submit.
Mark this reponse helful and answered if this it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 05:44 AM
Hi @susmitha17 ,
You can remove the ref_contribution=task_show_ci_map from the attribute of this fields.
However, this will consider as a customization hence requesting you to have consultation with ServiceNow before making any changes
BR,
Gomathi K