function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Avantika SharmaAvantika Sharma 

Create a tab for Standard object

Hi,
I want to create a tab for Standard object User. Can I do so, if yes then how to do so?

Thanks in advance.

Shubham NandwanaShubham Nandwana

Hi Avantika,
You can definitely create tabs for a custom object and also for a lightning component, visualforce pages, web tabs, lightning pages.
For creating tabs go to Setup-> tabs->custom object tabs->select your custom object.

To show tab in navigation bar go to Setup->Salesforce->salesforce navigation->choose your tab.
Select it as best answer if it helps.

Shubham Nandwana.
AppPerfect Corp.
salesforce@appperfect.com
408-252-4100
http://www.appperfect.com/services/salesforce/
Salesforce Development & Operations Experts

SandhyaSandhya (Salesforce Developers) 
Hi,
This can be done by 

1. Creating Visualforce Page.
2. adding Visualforce Page as Tab

Refer below links.

https://success.salesforce.com/answers?id=9063A000000l1CvQAI
 
https://help.salesforce.com/articleView?id=creating_web_tabs.htm&type=5
 
Please mark it as solved if my reply was helpful, it will make it available
for others as a proper solution.

Best Regards,
​Sandhya
 
Chandrashekhar GoudChandrashekhar Goud
Hi
Create a customweb tab and add the url like

https://na3.salesforce.com/005?isUserEntityOverride=1&retURL=%2Fui%2Fsetup%2FSetup%3Fsetupid%3DUsers&setupid=ManageUsers
sachinarorasfsachinarorasf
Hi Avantika,

This is done by creating the Visualforce tab.
Please go through the below link:
https://success.salesforce.com/answers?id=90630000000hkbVAAQ

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Sachin Arora
www.sachinsf.com
Yusuf AkardereYusuf Akardere
Hi,
you don't have to create tab for Standard Objects. You can add a Standart Object tab to your app from App Manager.
From SetUp>AppManager choose your app that you want to add tab. Then from AppManager choose Navigation Items and select the Standart Object you want to add. Pass the object from left column to right column and save.
Thomas KlusonThomas Kluson
You can create tabs for CUSTOM objects only, but NOT for STANDARD objects. Tabs for standard objects are automatically displayed if both of the following conditions are true:

- In the user's profile, the tab setting is "Default On" or "Default Off" (in other words: not "hidden").
- The user has object permission for the corresponding object.

Otherwise, ff the conditions are not true, the user can not see the tab.