- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 11:00 AM
Dear Experts,
I need to be able to save this form without filling in mandatory fields. Before filling out the Mandatory field in SCTASK, the technician needs to put their name and pending ticket number.
But currently, it is not possible to do.
Please Help!!!
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 09:11 AM
BEST solution for this was to Create a Ui Policy on the Table level. Fixed it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 11:12 AM
Make the variable not required.
The create a client script on the sc_task table to make it required for certain conditions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 11:26 AM
You can always update the fields on a list view, which will "ignore" mandatory fields, as the record never actually loads in your browser.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 01:01 PM
Only time Mandatory is not needed when the technician put the field "Pending", and later technician can update the Mandatory field and close the ticket. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 01:15 PM
Maybe a dictionary Override will work, see: