Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorwhite
titleBGColor#E6E6E6
titleRequired Field Rules
  •  _RequireFieldOnThisForm - will check for a value in a field on the current form.      
    • parameter: sFieldName
  • _RequireTabField - will check for a value in a field on a related tab.      
    • parameters: sTabTableName and sFieldName
  • _RequireAdHocField - will check for a value in a field that resides in a node thats embedded in the dataform xml packet.     
    • parameters: sFieldPath and sFieldLabel

 

.
So, for example, there could be an Org node (like on the PEO Client Master), and you'd want to require the Source field. In that case the parameters would be filled in like this:    sFieldPath:  Org/crSource    sFieldLabel: Source