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
Ashish P.Ashish P. 

how to edit picklist from visualforce page?

how to edit a picklist from a visualforce page and is there any contoller or apex class needed for customising the picklist in visualforce. If yes can anyone please illustrate it with an example.

 

Thank you in advance

bob_buzzardbob_buzzard

Are you looking to maintain the picklist options from a visualforce page?

Ashish P.Ashish P.
Yes
bob_buzzardbob_buzzard

There's nothing out of the box that allows you to do this.  I have seen that people have been experimenting with consuming the metadata wsdl from apex, but that's not anything I've tried myself.