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

Email alerts when a record is updated
Hi All,
Following is my data model :
Event (Custom) ---> Child--->Grandchild
My requirement is to send an email alert to a user in a lookup of grandchild WHEN either a "Parent,Child or Grandchild is updated".
Any help on achieving this with a single trigger/workflow is greatly appreciated.(I believe we need to use more than one trigger /workflow for this)
Your need two triggers and 2 workflows to send email alert. in signle workflow/trigge you can't achive this.
One can use simple workflow actions for email alerts. No need for a trigger for this. And offcourse if your Parent, child or grand child are different objects, you will need to create seperate workflows for them.
Hope this helps.
Cheers,
Dev