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
amitashtekaramitashtekar 

How can I send email through workflow to an email field of a related object.

Hi All,

I am facing problem while sending an email alert through a workflow.

 

I have two object bound with master-detail relationship.

On certain operation of child object record, I want to send email to an email field of the parent object record.

 

Does anyone knows how to do it using workflow?

 

Best Answer chosen by Admin (Salesforce Developers) 
Navatar_DbSupNavatar_DbSup

Hi,

 

You cannot achieve this trough workflow. So my opinion is that you have to write a trigger on child object to do this.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.