Difference between revisions of "ISCHANGED"

From AgileApps Support Wiki
imported>Evelyn
m
 
imported>Alice
(Changed it's to its)
 
Line 1: Line 1:
The ISCHANGED function returns TRUE if the given field has changed from it's [[PRIORVALUE]]. If the field has not changed, the function returns FALSE.
The ISCHANGED function returns TRUE if the given field has changed from its [[PRIORVALUE]]. If the field has not changed, the function returns FALSE.


;Syntax:
;Syntax:

Latest revision as of 16:02, 11 October 2011

The ISCHANGED function returns TRUE if the given field has changed from its PRIORVALUE. If the field has not changed, the function returns FALSE.

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