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
jadentjadent 

Create New Tab for Visualforce Page

I have a custom search Visualforce page (not tied to a specific object). I would like a seperate tab just for this custom search. Is there anyway to create a tab (not link to an object) from a Visualforce page?

 

If not what is the best way to get the link somewhere in the UI where it is easily accessible? Thanks 

thangasan@yahoothangasan@yahoo

Hai

 

 

You can create Visualforce tab

 

Regards

Thanga

 

jadentjadent
And how would you do it?
Rajesh ShahRajesh Shah
By going to the Tabs in Setup, creating a new visualforce tab and associating a Visualforce page with it.
karthick011karthick011

Hello  Rajesh Shan,

 

            Can u explain briefly how you will associate a new visualforce tab and visualforce page.

 

 

 

        Cheers

 

      Karthick.A.P

Aravind.harigoppulaAravind.harigoppula

Go to setup-->app setup--> create-->tabs

click "New" under visualforce tab and enter details. Here from the visualforce page dropdown/picklist, you can choose the visualforce pages which you have already created. And click next and choose the application in which you want that tab to be included and click save.

 

Hope this helps.

 

Sean KuoSean Kuo
You may follow the steps like below :
https://help.salesforce.com/HTViewHelpDoc?id=pages_tabs_create.htm&language=en_US
SiemSiem
does anyone know if you can have several pages under one tab (like a dropdown with records under an object)? thx!