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

Dependant drop-downs on force.com
I need to populate a collection of drop-down boxes based on the previous selection. The custom object structure is:
Categories
CategoryID
CategoryName
ParentCategoryID
The first drop-down box should be populated with everything with a ParentCategoryID of 0. The subsequent drop-down boxes should appear and be populated with CategoryNames where the ParentCategoryID is equal to the value from the previous drop-down box.
Any help is greatly appreciated.
Check out my blog post for an example with code:
Dependent Multilevel Selectlists
Jeff Douglas
Appirio, Inc.
http://blog.jeffdouglas.com
All Answers
Check out my blog post for an example with code:
Dependent Multilevel Selectlists
Jeff Douglas
Appirio, Inc.
http://blog.jeffdouglas.com
Perfect! I am going to work on it right now.
That is exactly what I needed. Thank you for your help.