IsFieldEmpty

This method returns true or false, depending on whether the field contains any data.

Parameters

Name Type Description
fieldName String The name of the field.

Return Value

Result Value
true Returns true if the field does not contain any data.
false Returns false if the field contains data.

Example

This example returns true if the Description field does not contain any text, or false if it does.

IsFieldEmpty("Description");

Comments

(none)