Showing posts with label database using Apex. Show all posts
Showing posts with label database using Apex. Show all posts

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();