FORMULA LANGUAGE


@PolicyIsFieldLocked
Example

Indicates whether a field is locked by an administration policy and cannot be modified.

Note This @function is new with Release 7.

Syntax

@PolicyIsFieldLocked( fieldName )

Parameters

fieldName


Return value

flag

Usage

This function is intended for use in hide-when and Input Enabled formulas.

This function does not work in view column, view selection, or view action formulas.

A policy lock is indicated by the presence in the document of a computed field whose name is or begins with "$DPLocked" and whose value is the name of the locked field.

A document may contain any number of locked fields.

Example
See Also