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
dfiredfire 

Multi-select picklist using SelectList

As we are using PersonAccounts, there is a bug that won't let us use <apex:inputfield> for picklists. Therefore we need to use <apex:selectList> and bind it to the field. Fine.

 

When we try to create a multi-select picklist, it uses the standard HTML multi-select list, but not the SFDC mutli-select with 2 columns and add/remove arrows in between. And yes, I have multiselect=true set in my selectList tag.

 

Anybody know a way to do this?

 

Thanks.