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
Sai Anudeep MeelaSai Anudeep Meela 

Not able to find Visualforce Pages

Hi,

I am trying to complete trail head, and came across Visualforce Pages stuff, I dont see any results when I do a search in quick serach box after going in setup.

Please let me know if I am doing any mistake, any help is really appreciated.
Best Answer chosen by Sai Anudeep Meela
Shyama B SShyama B S
Hi Sai Anudeep,
Please try searching for just 'Pages'. 

You can go to :
       Setup -> Build -> Develop -> Pages
       Click 'New'.

Or go to:
Setup -> Build -> Develop -> Pages
Click on Developer Console.
Then go to File -> New Visualforce Page.
 
Please let me know if this helped you.

Thanks,
Shyama

All Answers

Shyama B SShyama B S
Hi Sai Anudeep,
Please try searching for just 'Pages'. 

You can go to :
       Setup -> Build -> Develop -> Pages
       Click 'New'.

Or go to:
Setup -> Build -> Develop -> Pages
Click on Developer Console.
Then go to File -> New Visualforce Page.
 
Please let me know if this helped you.

Thanks,
Shyama
This was selected as the best answer
Sai Anudeep MeelaSai Anudeep Meela
Hi,

Thanks for the help I found the page. But I have another question I am trying to complete a challenge and was asked to create VisualForce page and was mentioned to add a snippet to create a page for that, but when I am trying to do that it failing with an error message.

Here is the error message:

[Error] Error: FlowPage line 2, column 26: Open quote is expected for attribute "name" associated with an element type "flow:interview"
[Error] Error: Open quote is expected for attribute "name" associated with an element type "flow:interview".

Here is the code tried for
<apex:page>
  <flow:interview name = “New_Customer_Flow” />
</apex:page>


Any help would really be appreciated.

Thanks,
Sai