Creating A Custom Field In SalesForce

About Salesforce

 
Salesforce is a cloud-based online solution for customer relationship management (CRM). Salesforce provides all of the departments like marketing, sales, commerce, and service with a shared view of customers with a single integrated CRM platform.
 

About Salesforce Objects and Fields

 
The Salesforce app is a set of objects, fields, and other functionalities that support developing a business process. Objects are tables in the Salesforce database that store the specific information, called standard objects like Accounts and Contacts etc and custom objects are the Property object. Records are rows in object database tables. Records are the actual data associated with an object.
 
Fields are columns in object database tables. Both standard and custom objects have fields. For example, on our Property object, we have fields like Address and Price.
 
Reading this article, you can learn how to create and use a Custom Field (Customer Name) in SalesForce.
 
The prerequisites are for creating a custom name in SalesForc, and you can register a Salesforce free trial account using the following link.
 
Step 1
 
Log into your Salesforce Account and click "Setup".
 
Creating A Custom Field In SalesForce
 
Step 2
 
Click the Object Manager and select "Customer object" (custom object) – Refer How to create custom object).
 
Creating A Custom Field In SalesForce
 
Step 3
 
After selecting the customer object, select the Field & Relationships in the Details tab and click "New".
 
Creating A Custom Field In SalesForce
 
Step 4
 
In the new custom field, choose the field type section, set the Data type, and click "Next".
 
Creating A Custom Field In SalesForce
 
In the New Custom Field, set the following features:
 
Enter the FieldLabel as Customer.
 
Set the Field Length as 100 and click the "Next" button.
 
 Creating A Custom Field In SalesForce
 
Select the Visible option for all in the security levels and click the "Next" button.
 
Creating A Custom Field In SalesForce
 
Select customer layout in the page layout and click the "Save" button.
 
Creating A Custom Field In SalesForce
 
Step 5
 
After clicking the save button, the Customer Name Field is added in the Custom object.
 
Creating A Custom Field In SalesForce
 
Step 6
 
Now, we can verify the added custom field (Customer Name) in the customer object through App Launcher.
 
Creating A Custom Field In SalesForce
 
Select the New Customer option from Customers tab.
 
Creating A Custom Field In SalesForce
 
Enter the Customer Name and click "Save".
 
Creating A Custom Field In SalesForce
 
Customer Name is added in the Details tab.
 
Creating A Custom Field In SalesForce
 
One more customer created with a new Customer Name is also added.
 
Creating A Custom Field In SalesForce
 

Summary

 
Now, you have successfully created and tested the custom field in SalseForce environment.


Similar Articles