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
KonstruktorKonstruktor 

Update child when changes picklist value on parent

I have a picklist on parent. And I need to copy value from this field on parent to apropriate field on child then a trigger on this child object will fire. Please, help.
Waqar Hussain SFWaqar Hussain SF
You can accomplish this by creating process builder, and can use isChange on picklist. 

 
HARSHIL U PARIKHHARSHIL U PARIKH
Can you tell us the name of the objects and field API names as well as the requirement in little depth so we can see if this can be accomplished with Standard functionality or the solution is an Apex Trigger?