Objects are database tables that allow us to store data specific to organization in Salesforce.
There are two types of objects:
Standard Objects: The objects provided by Salesforce.com is called standard objects.There are two types of objects:
- Standard Objects
- Custom Objects
Accounts, Contacts, Opportunities, Leads, Products, Campaigns, Cases, Solutions, Reports,
Dashboards, Contracts, Forecasts, Users, Ideas, Answers, Etc.
Custom Objects: Custom objects are the heart of any application. Custom objects provided a structure for storing data.
Custom objects are database tables that allow you to store data specific to your organization in Salesforce. You can use custom objects to extend Salesforce functionality or to build new application functionality.
Once you have created a custom object, you can create a
- Custom tab
- Custom related lists
- Reports
- Dashboards for users to interact with the custom object data. You can also access custom object data through the Force.com API.