Mytutorialrack

Blogs

Home - Archives for 2020 - Archives for March

How to access Salesforce Data Model via Apex?

In this blog post, we will see how to access Salesforce Data Model via Apex. The describeSObjects Schema method, tokens and describe results can be utilized for describing sObjects programmatically. Metadata information, such as a list of top-level standard and custom objects and their fields can be retrieved. Describe information provides metadata about sObject and

Read More »
Data Model In Salesforce
Salesforce

Data Modeling in Salesforce

In this blog post, I will explain some important points to remember when you are choosing an appropriate data model in Salesforce and I will try to explain them with the help of examples. Whenever we are setting up an application in Salesforce, we need to setup a data model which refers to the use

Read More »