ApexPage
Stores metadata for Visualforce pages, which define custom user interfaces in Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the Visualforce page. | |
| NamespacePrefix | String | True |
Prefix associated with the namespace for this page, typically used in managed packages. | |
| Name | String | False |
Name of the Visualforce page. | |
| ApiVersion | Double | False |
The Salesforce API version the page is compatible with. | |
| MasterLabel | String | False |
User-friendly label for the page, shown in the user interface. | |
| Description | String | False |
Optional description providing details about the purpose or function of the page. | |
| ControllerType | String | False |
Specifies the type of controller used by the page, such as standard or custom controller. | |
| ControllerKey | String | False |
Reference to the controller used by the Visualforce page. | |
| IsAvailableInTouch | Bool | False |
Indicates whether the page is available for use in Salesforce mobile apps. | |
| IsConfirmationTokenRequired | Bool | False |
Specifies whether Cross Site Request Forgery (CSRF) protection is enforced for GET requests to this page. | |
| Markup | String | False |
The Visualforce markup that defines the structure and behavior of the page. | |
| CreatedDate | Datetime | True |
Date and time when the page was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the page. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the page. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp used for tracking changes and replication. | |
| LastModifiedDate | Datetime | True |
Date and time when the page was last modified. |