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
Suresh RaghuramSuresh Raghuram 

custom multiselect picklist get values by a soql

Hi Community,

I have a need to create a multiselect picklist on vfpage which gets values by soql query.

I have one in handy with static values, is there any way I can make this get populated by soql. 
I tried but run into errors.

Please share your ideas and comments.
here is the one which i have working.
http://sfdc2u.blogspot.com/2013/05/custom-multi-select-picklist-field-in.html
Ramu_SFDCRamu_SFDC
Follow the same approach as explained in the link you gave in the description + add the logic as explained in the below article
http://www.infallibletechie.com/2012/10/dynamically-getting-picklist-values.html
Suresh RaghuramSuresh Raghuram
Hey thanks Ramu,
I fixed this almost similar to this.
Any way once again thanks for your reply.