How to find backend names to create UI Policy

CJPeterson
Tera Expert

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" 

CJPeterson_0-1668007660571.png

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 

 

 

5 REPLIES 5

Gunjan Kiratkar
Kilo Patron
Kilo Patron

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

Hi, sorry for the confusion. Yes, not sure if this the best way to go about this requirement 

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

GunjanKiratkar_0-1668009055805.png

 

GunjanKiratkar_1-1668009104629.png

 


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

Aman Kumar S
Kilo Patron

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:

https://developer.servicenow.com/dev.do#!/reference/api/tokyo/client/c_GlideFormAPI#r_GlideFormGetSe...

Best Regards
Aman Kumar