NextGen Knowledge Center

EXISTS String Function

Use:Determines if the provided parameter exists on a template.
Syntax:
{EXISTS( «string» )}
Arguments:

<<string>>
    String is the fieldname
Returns:1 = If the field exists on the template

0 = If the field does not exist on the template

Example:
{EXISTS(«field_name»)}

Result: Returns 1 if field exists on the template else 0.