Extracting list of all the objects in Salesforce

Following code will Extract list of all the objects in Salesforce and their fields in Map. As you can see that in this recipe we are using Schema class getGlobalDescribe() method to get all the SObjects and then we are iterating their key values which are SObject name to get all related field using the …

Sales objects data model of Salesforce

Understand Sales Objects data model of Salesforce.

Introduction to Salesforce Development

Introduction to Salesforce Development is part of 10 articles Step by Step series which guide you about the Salesforce and Salesforce Development in steps.

%d bloggers like this: