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
Eric Carino 3Eric Carino 3 

Cannot Find visual force page

Hey,

Not sure if I am blind or its not on my set up.  I type it in the quick search and it does not come up.
William TranWilliam Tran
Type in "page"

otherwise, setup/develop/pages.

thx
Łukasz BieniawskiŁukasz Bieniawski
Hi Eric,

Try to run SOQL query i.e. in Developer Console:
Select Id From ApexPage Where Name = 'PasteHereNameOfThePage'

After that, if found, just paste the page id into url.

Hope this helps.

Lukasz
Eric Carino 3Eric Carino 3
Thank you!!
 
William TranWilliam Tran
Eric,

As a common practice, if your question is answered, please choose 1 best answer. 
But you can give every answer a thumb up if that answer is helpful to you. 

Thanks