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

but for my case dictionary override worked as its making field mandatory on list edit as well

Hi Shikha,

Thank you

Yes,it will work everywhere as mandatory.because dictionary override play with direct database ,not on form.so it is not temporary mandatory we can say.

UI Policies work on the form, so if you just need the field to be mandatory then making ui policies (for individual tables/forms)

 

varsha