Make visible the and mandatory the one of the field on the task level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 07:01 AM
Hi All,
I am using the multi row variable set, and this variable set contains Product Model and Quantity. And I wanted to Display and make mandatory the "Serial Number" field only on the task level.
I tried with the UI policy with in the variable set, but it's not working.
Please any one provide the input,
Thanks in advance,
Vinuth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 07:41 AM
UI policy applies on variable set?
The variable will become mandatory only when someone opens the row of MRVS
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 07:10 AM
Hi @vinuth v
Is variable Serial Number a part of multi row variable set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 11:52 PM
Yes, Serial Number field is created in the Multi row variable set.
Thank you,
Vinuth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 11:58 PM - edited 10-13-2023 11:59 PM
Mark check box for Requested Item and Cat item both and then try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2023 01:49 AM
Hi Vinuth,
You can write an OnLoad client script for this requirement or else you can write a display business rule and call it back to the client script. Either one of the way you can achieve this requirement.
Thanks