Skip to main content

What are Custom Object Tabs

Custom Object Tabs

Before we go to the steps to create Custom Object Tabs, we shall understand what they are . You might have already noticed by now that there are some buttons in a bar on the top in Salesforce. These buttons are some thing like Home , Account , Contact , etc.

Why do we need Custom tabs?

Custom tabswould let you visit an object and view its records. Its just like a door to an object. Once you have created a new object, the next step in Salesforce would be creating a new tab.  Please follow the steps below to create a new tab.

Steps to create a new tab


  • Click Setup | Create | Tabs 
  • Click New and then Next
  • Choose the object to which you want to create a tab and also choose the Tab Style
  • Choose whether you want to apply the tab to all the profile or you want to choose. 
  • Select the Custom apps to which you want to add the same..
  • Hit Save
You have now created a custom tab for a custom object..

Comments

Popular posts from this blog

How to create a validation rule in Salesforce

Validation rule is a filter or a criteria that validates the data that is pushed into an application and verifies if the data that has been entered is in accordance to the set standards. Example : Let's say, there is a field that is used to enter the Age of a Student. But per the organization rule, no student should be allowed to join the course if the age is not more than 25 years. So here you may write a validation rule saying that the Age field should not be more than 25. In case the age entered is more than 25, then the record is not allowed to be saved. You would see an error when you enter the age more than 25. Let me give you another example.  Say that there's a field to enter the Product code. And per the rule of the organization, the Product code should always start with PR. In case you enter any code other than the one that begins with PR, you would encounter an error. The benefits of Validation rules is that you can improve the quality of the data that is go...