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
gengen 

visualforce page execution

Hi,

 

Presently if i want to run a VFPage i am using https://c.ap1.visual.force.com/apex/pagename  in browser.

 

Now i want to get the this page when i click any tab (Is there any way to direct run of VFPage),

Any one suggest me.

 

 

Thanks,

Gen.

Sonam_SFDCSonam_SFDC

Hi Gen,

 

I understand that you have a visualforce page ready which you wish to add to Salesforce as a new tab.

 

The steps in the  following article will help you create a visulforce tab so that you can display the content of your VF page here:

http://ap1.salesforce.com/help/doc/en/pages_tabs_create.htm

 

Hope I understood your requirement correctly and that the info helps!

gengen

Thanks for reply...

 

But by using this we need to add each and every VFPage as tab.

could you help me is there any way to get Particular VFPage while using particular Apex class.

bob_buzzardbob_buzzard

You can navigate to a Visualforce page from an Apex controller using page references:

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_pages_pagereference.htm