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
Prabhat Singh 56Prabhat Singh 56 

How to select corresponding picklist in another field.

Hi Team,

Suppose I have two Picklist fields one is standard field and another is custom picklist field.

Both fields are not using controlling-dependent concept.

Both fields have different picklists value.

Suppose we set one value in the custom field and we want related value in the another field.

Like we have values in one custom field A,B,C 

Another standard field contains values 1,2,3 

If the value is in custom field set to "A" I want the value in standard field is "1"

Please suggest me the best.

Regards,
Prabhat
SidhantSidhant

Hi Prabhat, 

Quick question, why are you not using the field dependency concept ?

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

Best,
Sid