How to find backend names to create UI Policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:33 AM
Hi All,
I created a business rule as to where an incident needs to be attached to Emergency Changes before closing.
But also need to create a UI policy to guide the user to the correct tab "Incident Pending Change"
I am not able to find backend name for this requirement.
Could someone guide me.
Ive found the link for SN Utils - Tools for ServiceNow chrome plugin but would like to see if there is any list to find this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:37 AM
Hi @CJPeterson ,
I'm bit confused. Did you want to know backend name for tab "Incident Pending Change" ? or something else that I'm missing here.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:48 AM
Hi, sorry for the confusion. Yes, not sure if this the best way to go about this requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:52 AM
Hi @CJPeterson ,
I think that is related list and in order to get the related list backend name follow below steps:-
Right click on colum name then config-list control
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:38 AM
Simplest way I have approached this, by doing ctrl+shift+alt+j on the form and alert the section names by using
getSectionNames() function.
Refer to below link for the same:
Aman Kumar