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
Bindu Dubey 8Bindu Dubey 8 

Copy PIcklist values from Custom object to Account

I want pick list field values from one custom object to copy to Account object Custom pick list field. Is there a easier way to do.
Relation between custom object and Account is by a Look up Field.
Mudasir WaniMudasir Wani
Hello,

If account is parent then you need to create a trigger.
If Account is child then you can achieve it using formulae.

Here are some examples for trigger
http://salesforce.stackexchange.com/questions/23338/trigger-to-update-parent-object-value-with-child-value
https://success.salesforce.com/answers?id=90630000000gy0WAAQ

Thanks
Bindu Dubey 8Bindu Dubey 8
Thanks Mudasir

I have used Process builder to update the child values to parent.