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
viswanadham Aviswanadham A 

How to pouplate one value from one picklist to another picklist ?

HI,        
i have two picklist values A and B . A with contain the values Test1, Test2,Test3 and
 B with contain Test4, Test5,Test6.
when a user  Select Test5 from B picklist  then automatically Test2 will be dispaly in A picklist .pls help me .

Thanks,
VIswa
ManojjenaManojjena
Hi viswanadham,

I think you are looking for controlling and depenent picklist .Based on picklist A pick list B value should display .
Check below link and let us know if it helps !!

https://developer.salesforce.com/docs/atlas.en-us.fundamentals.meta/fundamentals/adg_simple_app_adv_field_dependencies_try_it_out.htm   

Let me know if it helps !!
Thanks 
Manoj
Manohar kumarManohar kumar

Hi Viswa, you can make trigger to copy one picklist value to other.I think we also make process builder for this.Please let me know if this is what you need or if you need help with trigger.

Thaanks,

Manohar