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
EIE50EIE50 

Multi Level Dependent Picklists

Hi,

 

I would like to know how this could be done in an easier way in SF.I have 5 custom picklist fields and in them 4 of them are dependent on the current field value selection.

 

field 5 is dependent on field 4's value.

field 4 is dependent on field 3's value.

field 3 is dependent on field 2's value.

field 2 is dependent on field 1's value.

 

Thanks.

 

 

sfdcfoxsfdcfox

See my example for a three-tier list here:

 

http://boards.developerforce.com/t5/Visualforce-Development/Custom-Object-with-Dependent-Fields-using-VF-Page/td-p/264971

 

This method can be extended as many times as necessary.