
4 件の回答
Hi George,There is a way to access metadata using the metadata api in salesforce. This post (http://salesforce.stackexchange.com/questions/18843/using-meta-data-api-in-apex) explores this a bit and you might find it useful. The response by Andrew Fawcett is great but there is no use restating it here.The code (wrapper class) they are refering to is the in the following github repo:https://github.com/financialforcedev/apex-mdapiGood luck and hope this helps!AM