Data Model, Objects, and Relationships in Salesforce

Webner Solutions
2 min readOct 26, 2020

--

Data Model, Objects, and Relationships in Salesforce
Data Model, Objects, and Relationships in Salesforce

A data model is defined as a method to represent tables in the database in an understandable human language. Tables in the database are used to understand the relationships among different objects.

From a database point of view, a table and object are similar, fields present in the object are considered as a column of the table, and a single row of this table is considered as a record. Data Model is a collection of objects.

Types of objects supported are:

  • Standard Objects: The objects that are created by salesforce, and they are used by the salesforce CRM. Objects which are inbuilt and regular to CRM are already present in the salesforce.
  • Standard Objects: The objects that are created by salesforce, and they are used by the salesforce CRM. Objects which are inbuilt and regular to CRM are already present in the salesforce.
  • Identity: It is considered as an individual identifier that is generated automatically for each record, and it is 15 to 18 characters long.
  • System: This field is considered as a read-only field because this field provides read-only information. It provides information like who created the record and who edited the record.
  • Name: This is the only mandatory field for custom objects which is filled by text or auto number.
  • Custom: Any field apart from the above-mentioned fields is called a custom domain, and this field has a custom data type associated with it.
  • External Objects: For using the external data in the salesforce, it is possible through the external objects. We use certain object relationships for the implementation of external objects.

Salesforce supports two types of objects relationships are:

Webner Solutions is a Software Development company focused on developing Insurance Agency Management Systems, Learning Management Systems and Salesforce apps. Contact us at dev@webners.com for your Insurance, eLearning and Salesforce applications.

Originally published at https://blog.webnersolutions.com on October 26, 2020.

--

--

Webner Solutions
Webner Solutions

Written by Webner Solutions

Our team in Salesforce is very strong, with in-depth knowledge of Salesforce classic and Lightning development as well as the Service cloud.

No responses yet