How to Access Visualforce Page in Salesforce
Here’s a step-by-step guide to access a Visualforce page in Salesforce:
- Click the Gear icon on the top right.
- Select Developer Console.
- A pop-up window will open. This is the Developer console.
- Go to File> New> Visualforce Page.
- Provide a new Name for the page.
- Enter your code between the <apex:page> code blocks.
- Hit the Preview button to see what your code looks like.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it