- 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,314 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
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
05-21-2018 04:02 AM
As you suggested,under what scenarios should be consider for dictionary override.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 04:09 AM
If you have to alter the behavior of the field form base table.
Typical EG: change the reference qualifier, use different attribute set etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 03:59 AM
if there is absolutely no dependancy on any thing I'd advise to make the field mandatory via the dictionary. If there are some dependancies then use UI Policy.