I have 'Sub-status' custom field that is used as a dependent field with 'Status' standard field. Now I have a requirement where I have to show only few 'Type' picklist items on selection of particular 'Sub-status' or in another word I have to use 'Sub-Status' again as a dependent field. Is there any way we could achieve it.
3 个回答
Hi Shamser,
The only way to do it is with a custom controller because standard field dependency has only one-level of dependency.
Thanks!