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
John Manager Training DepJohn Manager Training Dep 

System generated visual force page?

Hi Team,

I have visual force pages mentioned below in my org,
FileNotFound
ForgotPasswordConfirm
IdeasHome
SiteLogin
SiteRegisterConfirm
SiteTemplate
StdExceptionTemplate
Unauthorized
UnderConstruction
AnswersHome
BandwidthExceeded
Communicationrefresh

I do not see any controller for these VF pages.
Certain of these VF pages have been access in the past 90 days as per report from information for "visualforceaccessmetrics" object.

How do I find out to know which process within salesforce is calling these pages without any controller?

Many Thanks in advance!
NagendraNagendra (Salesforce Developers) 
Hi John,

Sorry for this issue you are facing.

May I suggest you please refer to below link which might help you further. Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
John Manager Training DepJohn Manager Training Dep
Hi Nagendra,

Could I have a 2 line description of what each of those Visual Force page is doing?

Also which controller or visual force page is using those VF components?

Many Thanks in adbance!
John Manager Training DepJohn Manager Training Dep
For example the VF page "FileNotFound" does not have any controller associated with it. How do i know when it will get called and by which module?