- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-05-2022 06:57 AM
I have several mandatory fields on change request, and I need to allow save as draft without all of them filled
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-07-2022 02:16 AM
@Gary Larsen Create a new UI Policy
Set the filter as State = Drfat
Write in "Execute if true" script : g_form.checkMandatory = false;
Write in "Execute if false" script : g_form.checkMandatory = true;
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-07-2022 02:16 AM
@Gary Larsen Create a new UI Policy
Set the filter as State = Drfat
Write in "Execute if true" script : g_form.checkMandatory = false;
Write in "Execute if false" script : g_form.checkMandatory = true;
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-07-2022 05:25 AM
Works great Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-07-2022 05:26 AM
š
ServiceNow Community Rising Star, Class of 2023