- 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-27-2019 02:47 AM
but for my case dictionary override worked as its making field mandatory on list edit as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 02:57 AM
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