Confusion between Dictionary overide and UI policies

Abhinab Achary1
Tera Guru

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

 

 

 

 

 

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

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.

-Anurag

View solution in original post

6 REPLIES 6

Anurag Tripathi
Mega Patron
Mega Patron

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.

-Anurag

As you suggested,under what scenarios should be consider for dictionary override.

If you have to alter the behavior of the field form base table.

Typical EG: change the reference qualifier, use different attribute set etc. 

-Anurag

dave_edgar
Mega Guru

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.