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
ss123ss123 

MultiSelect Picklist issue

I need to create three pick list and say 3rd is dependent on 2nd and 2nd is dependent 1st

however I can't make second multiselect type and make 3rd dependent on this

Any one know how to get this done any other options I can use

AroraAnupAroraAnup

If I understand correctly, your second field is a Multi-select and you are trying to make the 3rd field as a dependent on this multi-select.

Do take note that Multi-select picklists can be dependent picklists but not controlling fields in Salesforce.com - http://ap1.salesforce.com/help/doc/en/fields_dependent_field_considerations.htm

 

You may want to consider writing a validation rule for this requirement as Dependency will not work.

 

Hope this helps!

sandeep@Salesforcesandeep@Salesforce

I dont think it is possible where a single select pick list depends on multiselect pick list. 

sourav046sourav046

A single select picklist cant be dependent on multi select picklist .

 

ss123ss123

Hi there

so first one is a single selest picklist

2nd one is multiselest and third one is also multiselect picklist

so problem is multiselest is not getting dependent on multiselect