Hide one variable in multi row variable set based on condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 09:51 AM
Hide one variable in multi row variable set based on condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 04:09 PM
Hello @DeekshithK
You can write ui policy set your condition and in ui action selects variable which needs to be actioned.
If you are unable to do so or any other blocker do share screenshot or more details so we could help you.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 07:50 PM
what's your business requirement?
You can show/hide variable within MRVS using onLoad catalog client script Which applies to your MRVS variable set or Catalog UI policy
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
‎01-27-2025 09:20 PM
In catalog item i hv one multi row variable set in that i hv to hide one variable based on other variable choice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2025 07:12 PM
the variable within MRVS needs to be hidden based on outside variable?
If yes then you can access the outside variable within onLoad catalog client script which applies to MRVS using this
var applicationType = g_service_catalog.parent.getValue("variableName");
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