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
SandeepbvSandeepbv 

Auto populate picklist value from another picklist value

Hello,

I have a field 'Location' with picklist data type on user object. I have the same field on another object object2.
I want to populate 'Location' field in object2 with a value from user object.

Both fields are picklist.

Any suggestions how it can be done?
 
ajay rawat 14ajay rawat 14
HI Jas,

If you requirement is just replicate value from user field to another object then instead of "location" picklist in object2 you can create corss object formula.

Thanks
Ajay Rawat
SandeepbvSandeepbv
Hello ajay,
Both fields are picklist datatype. I tried to create formula field in object 2 with return type text, but it failed as I am retrieving text value from picklist field.

Can you explain it further?

Thanks