IsFieldFilled

Determines whether the Field object designated as a parameter contains a captured value or is empty.

Syntax

bool IsFieldFilled (strParam)

Parameters

The name of the Field object. Smart parameters are supported.

Returns

False if the name of the Field object does not exist or if the field does not contain a captured value. Otherwise, True.

Level

All.

Details

Example
IsFieldFilled("PaymentDue")

If the action returns True because the field does contain a value, the rule invokes its next action.

If the action returns False, the rule closes and the task applies the next rule, which might include a CopyFieldToField action.