- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019 11:43 PM
Hello community,
I had a question :
I want to make a field "short description" mandatory on problem form ,
which way is better or best to do that:
dictionary override or UI policy.
And please give the reason why is the one better.
Thanks in advance.
Regards,
Shikha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019 11:58 PM
Hi,
please go through link,well explained in thread,
varsha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019 11:47 PM
Hi there,
If the mandatory should always apply: I would recommend a dictionary override. This is Server Side and safest and fastest.
If the mandatory should be conditional: I would recommend UI Policy. This is Client Side.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019 11:58 PM
Hi,
please go through link,well explained in thread,
varsha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2019 03:08 AM
Hi
Mark as correct or helpful as per response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 02:41 AM
Hi shikha
mark as correct as per response,i think shared link has provided proper solution.