Create Custom Object
This topic describe on how you can create custom object in the Salesforce.
Note: This topic is just for reference, for latest information,
refer:
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_qs_customobject.htm.
- Click on the Setting icon on the right side of the Salesforce home page and
select Setup from the drop-down options.

- Click on the Object Manager tab.

- Click Create and choose Custom Object from the drop-down.

- On the New Custom Object page, fill the fields such as Label,
Plural Label etc, and click Save to create a new object. For more
details, refer Salesforce Documentation.

