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
punnoosepunnoose 

attaching visual source page to application

How do you attach  visual force page to application

Regards

Punnoose

aalbertaalbert

Can you please elaborate? 

punnoosepunnoose

I have made some pages . i have made some pages like Analyzer,Resources.

In the Apllication i need to have links like

 

Application

Resources

on click of that ,It goes to the pages that i have created.How do i do that bit new to salesforce application

Regards

Punnoose

aalbertaalbert

Are you asking how to open or iniatiate a visualforce page? You need to access it via a tab, button, link, ect. 

Check out the Visualforce developer guide - there is a section on this topic. 

 

Tip: The more detailed you make your posts, the easier it is for the community to respond. 

punnoosepunnoose

hi aalbert can you provide examples i went through the pdf .

Regards

Punnoose

aalbertaalbert

Start simple. Add a Visualforce tab, configure the tab to point to your visualforce page. when you open the tab, your visualforce page will open. 

 

You can create the Visualforce tab under Setup | Create | Tabs. 

 

 

punnoosepunnoose

hi albert

i did that but on one tab i have added a field called login ,it email login of salesforce is validated with an external database with webservice.based on the result of webservice . i go to two pages by pagerefrence "validlogin" and "invalid login".

The this is coming correclty but the application is getting changed in the application tab.

Please do help

Punnoose