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
Lee SinLee Sin 

Issue on Multiselect Picklist

Hi,
I have a multiselect picklist which is displayed on a VF page using <apex:inputfield>
It worked well until I added&edited the field values. 
The options in the VF page's multiselect field stay the same(no new options added to the picklist)

How can I fix this?
Best Answer chosen by Lee Sin
StephenKennyStephenKenny
Hi Lee,

The values should update assuming they are not being restricted by recordtype - can you check that you have enabled the new values for any recordtypes (if any exist)? Otherwise, can you post your visualforce page & controller code so we can go from there.

Please remember to mark this thread as solved with the answer that best helps you.

Kind Regards
Stephen