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
wesnoltewesnolte 

Using Metadata api to generate Apex code capable of alter the Metadata

Hello

 

Is it possible to generate Apex code from the metadata API and including it in my Force.com IDE eclipse project so that I have Apex based access to the metadata?

 

Specifically I'm looking to dynamically update label - value pairs in picklists.

Best Answer chosen by Admin (Salesforce Developers) 
wesnoltewesnolte
I worked around this by using <apex:selectlist>. Solved!