You need to sign in to do that
Don't have an account?

Sending Email alert when fields update
I have field that is lookup field to contact.
I want to send Email alert to the contact that in this field when this field is update and the contact is changed.
Hope somebody knows some formula that checks if the values in the field was changed in order to use it as a trigger?
Thank you
Hi
for your reqquiement the best solution is the workflow .And when creating the workflow rule you need to enter the critria as that lookup field is not equals null
and also choose the option every time the record is created and edited and didnot meet the privious critria.
then you can able to add email step
All Answers
formula for checking the change of the field is : ISCHANGED( field_api_name )
I guess the trigger will automatically get the change of the object without any formula.
In your case, you can consider use some workflow for sending email to the contact after the update.
Hi
for your reqquiement the best solution is the workflow .And when creating the workflow rule you need to enter the critria as that lookup field is not equals null
and also choose the option every time the record is created and edited and didnot meet the privious critria.
then you can able to add email step