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
ganta gadbadganta gadbad 

I have a VF page where in a field with the name Country exists.Now when I enter a value for the Country=America and save it,then the value should be saved in the Picklist already available.Any help would be appreciated.

BHinnersBHinners
To edit a picklist value, you would be operating at the meta data leve rather than the record level.  To do that, you will need to use some Apex code.  You can find more information here: http://www.salesforce.com/us/developer/docs/api_meta/api_meta.pdf