How to hide variable of multi-row variable set on grid when added from catalog form and RITM record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 04:32 AM
Hi Community,
I have a multi-row variable set which has a variable of Type Lookup Select Box and I want to hide the value of this variable when added from the catalog form and don't want to display this variable column.
Also I want to hide this from the RITM and Catalog Tasks.
Any help/guidance will be appreciated.
Thanks in advance!
Regards,
Vishwamitra Manav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 04:34 AM - edited 02-10-2025 04:38 AM
Hi @VishwamitraM ,
You should be able to do it with an UI Policy or combination of UI Policies.
In the UI policy you will be able to select if it applies to Catalog item, tasks etc.
Refer to:
https://www.servicenow.com/community/developer-articles/hiding-multi-row-variable-set-variables/ta-p...
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Regards,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 04:37 AM
Hi @Mahathi
I am just using this variable to implement some logic. However, this variable is of no use for the end user to see after it is added. So want to hide it.
I tried hiding it with Catalog UI policy but it did not worked.
Can you please suggest some solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 04:44 AM
you want to hide it during form submission and also on RITM and SC Task?
if yes then simply create catalog UI policy which applies on Catalog item
Check these 3 checkboxes and then hide that variable set from Catalog UI policy action
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 05:10 AM
Hi,
Could you please help me with the steps?
I am creating the Catalog UI Policy but it is not hiding a particular variable even though i created Catalog UI Policy Action and set that variable visibility as False.