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

In case of Master-Detail relationship, on Update of master record can we update the field of child record using workflow rule?
can any one explain about this .
In case of Master-Detail relationship, on Update of master record can we update the field of child record using workflow rule?
In case of Master-Detail relationship, on Update of master record can we update the field of child record using workflow rule?
It's not possible to update child records in a master detail relationship using workflow, but you can update using a Trigger. Create a trigger on Master object and update child records when ever DML happens.
Below is the sample Trigger code.
Best Regards,
Mithun.
Could you please explain this code in detail? Please Mithunp