You need to sign in to do that
Don't have an account?
Saju Nath
how to populate the Values for the custom field picklist based on the selected value of Custom field Multi picklist
how to populate the Values for the custom field picklist based on the selected value of Custom field Multi picklist
Is it Standard page or Custom Visualforce page?
Please test the Below which might suits your requirement
Visualforce page:
Component
Apex Class
Thanks for the Response. It is an Standard Page.
As per salesforce docs, it's not possible.
"Multi-select picklists can be dependent picklists but not controlling fields".
Here, is the link to the doc -
https://help.salesforce.com/apex/HTViewHelpDoc?id=fields_dependent_field_considerations.htm&language=nl (https://help.salesforce.com/apex/HTViewHelpDoc?id=fields_dependent_field_considerations.htm&language=nl)
Thanks,
Sumit Kuamr SIngh
Could you please share c:MultiselectPicklist 's code ?