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
SFDev@321SFDev@321 

Picklist field values in to look-up feild.

I have a custom obejct Sales_c in this i have 2 feilds:- 


1> competitor1_c :- Picklist
2> competitor2_c :- Picklist

 

Now, i have created another 2 look-up feilds :-

 

3> Comp1_c : Lookup feild
4> Comp2_c : Lookup feild


Now, i want to capture all picklist feilds(competitor1_c, competitor2_c) values in to look-up feilds (Comp1_c, Comp2_c).

JBabuJBabu

Hi,

 

You might have to insert the picklist values in to the parent of look-up object.

 

Thanks,

JBabu.

 

 

SFDev@321SFDev@321

Also,i want to have those values which already exists in picklist values in existing records as well.....