Tuesday, January 21, 2014

How to get the list of all available sobject in salesforce database using Apex (Dynamic Apex)

How to get the list of all available sobject in salesforce database using Apex (Dynamic Apex)

Map<String, Schema.SObjectType> m =  Schema.getGlobalDescribe();

No comments:

Post a Comment