Data+modeling+in+Salesforce (1)
Data+modeling+in+Salesforce (1)
• Data Modeling
• Salesforce Terminologies
• Salesforce Objects
• Salesforce Fields
2
Data Modeling
• A Data Model is the way you store and structure your data
3
Data Modeling
• In a standard relational database data is stored in tables.
Each Table is composed of:
• Identity Field: Salesforce automatically assigns an identity (called ID) to every object record
• System Fields: All objects have a number of read-only system fields automatically associated with their records
• LastModifiedDate—the date and time when the record was last modified by a user
9
Salesforce Fields
Each standard or custom object consists of a set of fields. There are several different types of fields, as described below.
• Name Field: required field is intended as a human-readable identifier for a record. A name can be one of two types:
a text string or an auto-number field
• Custom Fields: You can define custom fields to extend the functionality of the object
10
Salesforce Fields
Each standard or custom object consists of a set of fields. There are several different types of fields, as described below.
• Lookup
• Master-Detail
• Salesforce Terminologies
• Salesforce Objects
• Salesforce Fields
12
Data Modeling
13