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
EuanTGEuanTG 

Multi-layered dependent fields for Case. Does this require a visual force page?

I need to set up 5 picklists for certain record types of  Case object, such that

  • the value selected for picklist 1 determines the values available for selection in 2
  • the values selected for 1 and 2 determine the values available for selection in 3
  • the values selected for 1 2 and 3 determine the values available for selection in 4
  • the values selected for 1 2 3 and 4 determine the values available for selection in 5

 

For example Country => City => Hotel => Room Type => Price Range

 

I believe this can't be done with dependent fields, so I thought I should create a visual force page. But this would need to apply only to certain Case record types. Is that possible, and if so, how?

 

Or is there another way?

 

Thanks in advance

 

Euan