Using Data Dictionaries in Business Processes: Difference between revisions

 
Line 52: Line 52:
===Field Settings===
===Field Settings===
In the above example the Item_ID is not set to capslock. This is because the capslock is actually not part of the validation or save, it is a setting used by the dbForm and other visual objects. If we want to also apply these settings, we need to do some more.
In the above example the Item_ID is not set to capslock. This is because the capslock is actually not part of the validation or save, it is a setting used by the dbForm and other visual objects. If we want to also apply these settings, we need to do some more.
   Example required, checking the following Data Dictionary field property, from the Validate_Save function.
   Example required, checking the following Data Dictionary field property, from the Request_Validate function.
   Set Field_Options field Customer.Id to DD_CapsLock
   Set Field_Options field Customer.Id to DD_CapsLock


71

edits