Notes
Standard objects are objects that are included with Salesforce. Common business objects like Account, Contact, Lead, and Opportunity are all standard objects.
Custom objects are objects that you create to store information that’s specific to your company or industry.
Let's create a custom object with the name Property.
- Click the gear icon The setup gear. at the top of the page and launch setup.
- Click the Object Manager tab.
- Click Create | Custom Object in the top-right corner.
- For Label, enter a Property. Notice that the Object Name and Record Name fields auto-fill.
- For Plural Label, enter Properties.
- Prior to saving the custom object, scroll to the bottom of the page and select the checkbox Launch New Custom Tab Wizard after saving this custom object.
- Leave the rest of the values as default and click Save.
- On the New Custom Object Tab page, click the Tab Style field and select a style you like.
- Click Next, Next, and Save.