However when I Change the Evaluation Criteria to "created, and any time it’s edited to subsequently meet criteria" , view below, it does not accept the ISCHANGE function.
In website https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_functions_i_z.htm&language=en_US#.ISCHANGED
it states I cannot use the ISCHANGE function.
Question, what formula / function I can use in the Rule Critera when the Evaluation Criteria is "created, and any time it’s edited to subsequently meet criteria"?
Can someone provide me with an Example of the function?
4 answers
Forrest,
The short story is ISCHANGED and "created, and any time it’s edited to subsequently meet criteria" are not compatible because they are pretty much doing the same thing- that is something is changed to meet the criteria.
Putting the two together could get you into a world of hurt since they could feed each other into an endless loop.
If you need ISCHANGED then just use "Created and every time it's edited", that should meet your requirement.
Otherwise use all the other formula/function available to you for the "created, and any time it’s edited to subsequently meet criteria".
Thx