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-22-2023 11:58 PM
So you are showing variable value on list. But it will only show value in this case
1) if the RITM belongs to that Catalog item and has value in it
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 12:06 AM
In above screenshot all four RITM's are belongs to "XYZ" catalog item and in all RITM Application name is present, but it is showing for only one RITM why because previously we dont have any Application name filed few days back we made some changes and now we could see Application Name for newly created RITM's in list view and for Existing RITM it is not showing on list view but Application Name is present in Form view in all RITM's which belongs to "XYZ" catalog item.
So If i run one background script it will show Application Name for existing RITM's in list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 01:05 AM
so it's newly created variable but in older RITMs data won't be there for that variable so it would be empty.
the variable is shown but value is empty right?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 01:09 AM
Actually variable is old but previously that variable was not present in LIST view and in older RITM Application name value is present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 01:18 AM
if it's present in older RITMs and has value then it should show on list.
you are checking this as an admin or non-admin?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader