isFieldExcluded

Specifies that the metadata field is excluded.

Type and Usage

Output

  • Returns TRUE if the field is excluded.

  • Returns FALSE if the field is not excluded.

Example

Determines if the metadata field is excluded:

<$if isCustomExcluded or (isCustomRelocated and not isRelocated) or isExcluded or (isFieldHidden and not isFormSubmit)$>
    <$isFieldExcluded = 1$>
<$endif$>

See Also