You need to sign in to do that
Don't have an account?

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.
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.