- Salesforce - Navigating Setup
- Salesforce - Service Cloud
- Salesforce - Sales Cloud
- Salesforce - Environment
- Salesforce - Architecture
- Salesforce - Overview
- Salesforce - Home
Salesforce Objects
- Salesforce - Schema Builder
- Salesforce - Lookup Relationship
- Salesforce - Master Detail
- Salesforce - Custom Objects
- Salesforce - Standard Objects
Data Security
- Salesforce - Define Sharing Rules
- Salesforce - Create a Role Hierarchy
- Salesforce - Control Access Records
- Salesforce - Control Access Fields
- Salesforce - Control Access Objects
- Salesforce - Control Access Org
Process Builder
- Salesforce - Using Formula Fields
- Salesforce - Dashboards
- Salesforce - Reports
- Salesforce - Exporting Data
- Salesforce - Importing Data
- Automate Business Processes
Visualforce
- Salesforce - Static Resources
- Salesforce - List Controllers
- Salesforce - Using Forms
- Salesforce - Records, Fields & Tables
- Salesforce - Standard Controllers
- Salesforce - Variables & Formulas
- Salesforce - Visualforce Pages
Salesforce Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Salesforce - Custom Objects
The organization’s data will always not fit into the existing standard objects. So we can extend and customize many sales force objects to meet this need. For example, a courier company can create a custom object to store the schedule and dispatch details for every week. So these objects store the data that is unique to the business. The custom objects can also have custom fields along with the standard fields available in Salesforce.
Custom Object features
Following are the features available on Custom Objects. The features help you perform the following features −
Build page layouts to control which fields users can view and edit when entering data for the custom object record.
Import custom object records.
Create reports and dashboards to analyze custom object data.
Create a custom tab for the custom object, to display the object’s data.
Track tasks and events for custom object records.
Import custom object records.
Create a Custom Object
To create a custom object, we go to the pne path as shown in the following screenshot −
Now we fill in the details of the custom object we want to create. There are mandatory fields which should be filled before the object can be saved. In our case, we give the object a name called Depvery schedule and save it.
Create a Custom Field
To Add more granularity to the business data, we can add custom fields on the custom object we created. In this case, let us add a field called depvery date to the custom object named Depvery schedule. To do this, we follow the path Setup Home → Objects and Fields → Object Manager → Depver Schedule. Later, scroll down to the Fields and Relationship tab and cpck New. The page to add custom field appears wherein, we fill the details as shown below.
Next, we can verify the successful addition of the above custom field by following the same pnk path as above. The custom field appears as shown in the following screenshot −
Advertisements