Where to see the configuration/path for "+" Add CI Relationship button in configuration Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Can anyone please help me where Can I see the configuration for (+) icon. I am not getting that. could anyone please help me with the path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
please share screenshot
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @KoyaJ
Are you referring to the relationship created when you link a CI with another CI or an application?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @KoyaJ ,
If I am not wrong you’re asking specifically about the “+ Add CI Relationship” button that shows up on a CI form (in the Related Items / Relationships tab).
As per my understanding, below things can be helpful for you.
Where the “+ Add CI Relationship” button comes from
* That (+) button is a UI Action that launches the CI Relationship Editor (a UI Page).
* The button appears on CI forms (cmdb_ci and its subclasses) in the Relationships related list.
* It is not hard-coded into the form — it’s controlled by UI Actions.
Configuration Path
1. Go to System UI → UI Actions
* Filter for Table = cmdb_ci.
* Search for UI Action with Name like “Add Relationship” or Action name = add_relationship.
* That’s the configuration for the (+) button.
2. Check the UI Page that’s launched
* The UI Action calls the CI Relationship Editor (UI Page = ci_rel_add).
* Path: System UI → UI Pages → ci_rel_add.
* This is where the actual relationship form logic is.
3. Permissions
* The button is shown only if you have roles such as itil, cmdb_read, or higher (like cmdb_admin).
* If you don’t see it, check your role or whether the UI Action is Active.
Best Practice (ServiceNow CMDB)
* Don’t customize the OOTB “Add CI Relationship” UI Action directly (upgrades may overwrite).
* If you need different behavior (e.g., custom relationship types), clone the UI Action / UI Page.
* Relationship types themselves are defined under CMDB → CI Relationship Types (cmdb_rel_type).
Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.
Thank You
AJ - TechTrek with AJ - ITOM Trainer
LinkedIn:- https://www.linkedin.com/in/ajay-kumar-66a91385/
YouTube:- https://www.youtube.com/@learnitomwithaj
Topmate:- https://topmate.io/aj_techtrekwithaj (Connect for 1-1 Session)
ServiceNow Community MVP 2025