Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
Checks whether a field is present in the current screen. Use the optional iInd parameter to refer to the instance of a field in a subfile. 
Syntax
CHECK_FIELD_EXISTS(sFieldName, \[iInd\])  
Parameters

sFieldName

Required. A string that contains the name of the field to check.

iInd

Optional. Integer, must be greater than zero. For subfile fields this is the specific instance of the field.

...