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
mathewsmathews 

Pick list

Hi All, Is it possible to open a pop up window (visual force) and display all the available pick list values for a field as radio button. ex. salutation in object "Contact" Thanks
hemantgarghemantgarg

Yes, it is possible using apex code, you have to make use of describe API and describe the picklist field to get picklist values.