You need to sign in to do that
Don't have an account?
Email to all contacts of an Account Trigger
Hey there,
I have a custom object Destiny products which is a child of accounts. I would like to send an email to all contacts associated with the account when the Destiny products stage field reaches level 4. i attempted to do this with a workflow rule but it would not let me. Is it possible to do with a apex trigger?
Any help would be appreciated.
I have a custom object Destiny products which is a child of accounts. I would like to send an email to all contacts associated with the account when the Destiny products stage field reaches level 4. i attempted to do this with a workflow rule but it would not let me. Is it possible to do with a apex trigger?
Any help would be appreciated.
Trigger is possible. You need to write trigger on Destiny Products. when the stage field is getting updated then you can respective account and then find all contacts related with account and send Email.
Thank you
Niket
All Answers
Trigger is possible. You need to write trigger on Destiny Products. when the stage field is getting updated then you can respective account and then find all contacts related with account and send Email.
Thank you
Niket