ISNEW

From AgileApps Support Wiki
Revision as of 23:11, 12 April 2012 by imported>Aeric
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ISNEW function determines if the current record is being added. If the record is being added, it returns TRUE. If it is being updated, the function returns FALSE.

Syntax
ISNEW()
Return
TRUE or FALSE
Example
IF ( ISNEW() , value-if-true, value-if-false)