Background script to see all application name in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 10:57 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 01:57 AM
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.