BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
123 / 1048 · Module 5 — Salesforce Data Model + SOQL← prev⊞ allnext →

5.5Standard versus custom objects

Salesforce standard object:

Account
Contact
Opportunity
Case

Custom object:

Insurance_Policy__c
Patient_Enrollment__c
External_Order__c

The giveaway:

__c

Custom object names typically end in:

__c

Likewise custom fields:

External_Customer_ID__c
Member_Number__c
Integration_Status__c

This should become automatic:

Something__c
        ↓
probably custom Salesforce field/object