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
Mansi_KatMansi_Kat 

Dependent Pick List based on 8 drop down values??

Can we have dependent relationship based on 8 picklist values? For Ex : I have a field called Rating Id and I want that to be dependent on 8 other fields. If user select options from those 8 drop downs then he should see only specific values in the Rating Id Field?

SurekaSureka

Hi,

 

As far as I know, Once a field is selected as the dependent field, the same field can't be selected as a dependent feild of some other field.

 

Thanks

Pradeep_NavatarPradeep_Navatar

It can not be achieved by using standard functionality. You can write a trigger which can update the field conditionally.

Mansi_KatMansi_Kat

Thanks both! yes you are right and looks like this can not be achieved with standard functionality and would probably require some development or through custom VF. It would be nice if SF comes up with this functionality. Thanks again !