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
apex_keenapex_keen 

Accessing child object fields in parent object

Hello

I need to send email to child object(B) record(s) owner(s) once a field(A) in parent is updated. How can this be done? I know using cross object formula, I can access parent object field in child. But here I want is, something opposite. Do I neccesarily have to write trigger for this ? 

imutsavimutsav
I suppose you need to write a trigger for this.
TrimbleAgTrimbleAg

Maybe I am not getting the question...

 

But you can create a cross object formula from any object that has a lookup relationship with that object, therefore you can do it from the parent or the child object.

 

PB