- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 03:48 AM
Hi All,
I have a requirement to make certain field mandatory for some classes. which approach is better
if the fields to be make mandatory are not dependent on any other field just based on tables.
Dictionary override or UI policies? is a better approach for this.
Thanks,
Abhinab
Solved! Go to Solution.
- Labels:
-
Best Practices
- 4,315 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 03:58 AM
UI Policies work on the form, so if you just need the field to be mandatory then making ui policies (for individyual tables/forms) makes more sense.
If you want the fields to be mandatory regardless of the source(not just form)you can look for Data Policies and see what suits you best
Dictionary override should not be considered to just make a field mandatory.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2021 03:30 PM
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 08:19 AM
please mark my answer correct and close the thread if the issue is resolved.