function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Numaan A.MNumaan A.M 

IsChanged() does not work in workflow

Hi,

Am creating a workflow on account,when ever the owner of account is changed i want to send a mail to new owner.But the problem is i am unable to use isChanged() in entry criteria.
Example:
isChanged(owner);

Regards,
Numaan
Pavan DavePavan Dave
ISCHANGED (Field) only works with below Evaluation Criteria:

1. created, and every time it’s edited 

Do not works with:
1. created (logically ischange cannot be calculated when record is created)
2. created, and any time it’s edited to subsequently meet criteria (subsequently criteria can be determinde by calculating only field value not by ischange(field) value.)

Hope it helps.

-Pavan Dave
Numaan A.MNumaan A.M
Hello Pavan,

No it doesnt work with any criteria.
Error: Function ISCHANGED may not be used in this type of formula