- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 09:13 AM
Hello!
A customer has asked if it's possible to customize the downstream CI Relationship section of the CI form so that only certain CIs are displayed on the form. The snapshot included show in yellow what the customer wants to display and then remove the rest of the relationships from the display.
I reviewed the ServiceNow documents, but didn't find anything that specifically allows for this type of customization per CI.
I would greatly appreciate any knowledge or experience you may have with this type of customization.
Steve.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 11:46 AM
Hi @Steve6
You can set up a Business rule on the current ci class and query the cmdb_rel_ci table to make a match on the current ci name with the parent name on the cmdb_rel_ci table and then display the child ci's you want .
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 11:46 AM
Hi @Steve6
You can set up a Business rule on the current ci class and query the cmdb_rel_ci table to make a match on the current ci name with the parent name on the cmdb_rel_ci table and then display the child ci's you want .
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 05:39 AM
Thank you, Kiran. I appreciate your help.
Steve.