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
Lightning UserLightning User 

Where is a VF page stored in the database?

Hi, I'd like to know what object in the database a VF page is associated with, so I can programmatically add new VF pages and inject the code for them. Thanks.
dchasmandchasman
ApexPage
Lightning UserLightning User
I tried using that to get the name of the page in php, I get this error:

Fatal error
: Uncaught SoapFault exception: [sf:INVALID_TYPE] INVALID_TYPE: sObject type 'ApexPage' is not supported.

What do I do now?

Edit: nevermind, my server url was too old.


Message Edited by Gillberg on 08-21-2008 07:01 AM