ISNEW

From AgileApps Support Wiki
Revision as of 22:18, 25 August 2009 by imported>Evelyn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ISNEW function determines if data has been added to a text field for the first time. If the field has new data, this function returns TRUE. If the field has not changed, this function returns FALSE.

Syntax
ISNEW(field)
Return
TRUE or FALSE
Example
ISNEW(last_name) = TRUE