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
Kiru535Kiru535 

Update multiselect picklist based on the Text field on object

My Requirement is  Update multiselect picklist based on the Text field on object.

 

If Text field value = India

Multiselect picklist right side values displayed as all the states in India.

 

Please help me how to achieve thi requirement.

Avidev9Avidev9

Well seems like this cant be done using standard functionality. You will need a VF page for this. And may be you can use this component http://blogs.developerforce.com/developer-relations/2012/06/a-multiselect-picklist-visualforce-component.html