Making a field mandatory by dictionary override or UI policy

Shikha20
Kilo Contributor

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

1 ACCEPTED SOLUTION
6 REPLIES 6

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

Varsha21
Giga Guru

Hi

Mark as correct or helpful as per response.

Varsha21
Giga Guru

Hi shikha

mark as correct as per response,i think shared link has provided proper solution.