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
LaurensBLaurensB 

Looking for trigger code to update Parent field(s)

I am looking for trigger code on object "Child" that updates the field "Parent2.MyField".

Table       Fields
Child      Id, Parent1Id     <= Current 
Parent1  Id, Parent2Id
Parent2  Id, MyField

 
Best Answer chosen by LaurensB
LaurensBLaurensB

Hi Stephan,

I already found a solution myself. Just had to walk away from it with a fresh start :-). I want to thank you for taking the time to respond to my question.
 

Regards,

Laurens

All Answers

StephenKennyStephenKenny
Hi there,

Can you provide more context or share where you have got to with the trigger + any errors so we can help.

Regards
Stephen
LaurensBLaurensB

Hi Stephan,

I already found a solution myself. Just had to walk away from it with a fresh start :-). I want to thank you for taking the time to respond to my question.
 

Regards,

Laurens

This was selected as the best answer