Views:

Description

Returns back True if the specified field(s) have all had changes in their value

For this function to operate, the following conditions must be met. 

•    Formula has to be serverside
•    Formula has to be pre-operation
•    Formula has to be the first formula to fire (you can set this in the execution order) 
 

Signature

HaveFieldsChanged('field1', 'field2')

Example

HaveFieldsChanged('[account.name]', '[account.description]')

Parameters

Name Type Description Required
field1 xxxx xxxx xxxx
field2 xxxx xxxx xxxx

Notes: