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
Zoom_VZoom_V 

Include a link on a tab's site

I would like to include a link on the screen whenever a user clicks on a Tab. What would be the best way to accomplish that ? 

Thank you.
AshlekhAshlekh
Hi,

As per my understanding you want a tab on screen where user can click and then you want to redirect a specific URL.

For this Salesforce has provide Custom Tab.

Custom Object Tabs—For your custom object data. Custom Object Tabs display the data of your custom object in a user interface tab. Custom object tabs look and function just like standard tabs.
Web Tabs—For other web content Custom Web Tabs display any external Web-based application or Web page in a Salesforce tab. You can design Web tabs to include the sidebar or span across the entire page without the sidebar.
Visualforce Tabs—For Visualforce pages Visualforce Tabs display data from a Visualforce page. Visualforce tabs look and function just like standard tabs.
Flexible Page Tabs—For Flexible Pages, to include them in the Salesforce1 navigation menu.Flexible Page Tabs let you add Flexible Pages to the Salesforce1 navigation menu.

Click on Setup at right hand side or click on your name and you will find the Setup. Then in lefthand side  there is search box where you need to write Tab and then click on Tab link and you will be able to create Tab.

-Thanks
Ashlekh Gera