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
Rahul GoyalRahul Goyal 

Copy Multiselect picklist values to Child record

Hi Friends,

I have 3 object A,B and C. A is the Parent of B and B is the parent of C object. I have one multiselectfield field on object A, Nopw whenever a C object record is created I want to copy multiselect field from Object A to C object Field, Is there anyway we can do it ?

Please suggest some idea.

Regards,
RahulHi Friends,

I have 3 object A,B and C. A is the Parent of B and B is the parent of C object. I have one multiselectfield field on object A, Nopw whenever a C object record is created I want to copy multiselect field from Object A to C object Field, Is there anyway we can do it ?

Please suggest some idea.

Regards,
Rahul
Ramon PereiraRamon Pereira

Hello,

You can do the following:

1- Create a formula field and to refer the object B (father of C) for the object field (father of B who is the father of C).

2- Create a trigger that copies this value for your field.

I hope to have help.

Hugs;