- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 07:35 AM
If I open a Configuration Item, in the middle section there is a plus (+) sign that opens a Formatter, CI Relations.
This formatter uses UI Macro ui_ng_relation_formatter.
The XML in this macro uses template = ci_relations.xml or = ng_ci_relations.xml.
I want to look at that xml.
Where is it stored?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 07:58 AM
Hey ggg,
When I look in sys_metadata and the UI Macro table and look for the following "add_relationship" and "navbar" which are the values called when inspecting the buttons on the CMDB page (images below).
Have you tried the following?
ci_relationship_manage: https://YOURINSTANCE.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=acdbd102eb1031001c13abf11206fe05
or
(Doctype) https://YOURINSTANCE.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=fbda9d82eb1031001c13abf11206fea8

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 07:58 AM
Hey ggg,
When I look in sys_metadata and the UI Macro table and look for the following "add_relationship" and "navbar" which are the values called when inspecting the buttons on the CMDB page (images below).
Have you tried the following?
ci_relationship_manage: https://YOURINSTANCE.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=acdbd102eb1031001c13abf11206fe05
or
(Doctype) https://YOURINSTANCE.service-now.com/nav_to.do?uri=sys_ui_macro.do?sys_id=fbda9d82eb1031001c13abf11206fea8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 08:38 AM
thank you!
i got that far.
when you click the Question mark icon in the upper right the display is: "choices marked with * and highlighted in blue are the suggested relationship types."
where does the system store these suggested relationship types or where does the user manually indicate that a particular relationship is suggested for a ci?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 08:46 AM
obe ... found configuration item suggested relationship module ...