learn4sfdc
Basic Learning about Salesforce.com (SFDC)
Menu
APEX
Apex Trigger
CSS
Data Loader
Eclipse
Integration
Interview Questions
Salesforce Interview Questions.
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();
Older Posts
Home
Subscribe to:
Posts (Atom)