You need to sign in to do that
Don't have an account?

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.



I worked around this by using <apex:selectlist>. Solved!