Background script to see all application name in servicenow

abc1233
Tera Contributor

Hi All,

I m facing one problem in list view of RITM , I want to see all RITM's "Application Name" but I'm not able to see all application name but application name is present in all RITM , i need to run one background script so that Application name will be visible for every RITM in LIst view.

 

Thanks.

15 REPLIES 15

Sateesh Kumar D
ServiceNow Employee
ServiceNow Employee

Hello,

Below are the only possibility that I could think of

1) You could having a client script which fills the field value on form if the form is saved then the value appears in list view when not saved you see it on form due to client script but not in list view.

2)Other possibility is the variable that you see on form view could be different from the field on list view may be with same field label.