- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2019 12:38 PM
Hi,
I'm currently working on a requirement to set mandatory several fields inside of an specific Tab/section, however I can't find a way or glide method to set all of them mandatory without creating several UI Policy actions, does anybody got some suggest?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2019 12:48 PM
Hello,
Unfortunately there is option in UI Policies/Actions to make a group of fields mandatory by specifying a form tab or section.
Even using code (for example in a Client Script) you would have to specify each fields individually to be mandatory.
Your best bet would be to create a UI Action for each field to be mandatory. This way you don't script, so no worries for future updates.
You should however take this to ServiceNow as an enhancement, it would be a great feature.
Have a great day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2019 12:48 PM
Hello,
Unfortunately there is option in UI Policies/Actions to make a group of fields mandatory by specifying a form tab or section.
Even using code (for example in a Client Script) you would have to specify each fields individually to be mandatory.
Your best bet would be to create a UI Action for each field to be mandatory. This way you don't script, so no worries for future updates.
You should however take this to ServiceNow as an enhancement, it would be a great feature.
Have a great day