MCP Server for Salesforce

Build 24.0.9300

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 Boolean False

Indicates whether the page is available for use in Salesforce mobile apps.

IsConfirmationTokenRequired Boolean 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.

LastModifiedDate Datetime True

Date and time when the page was last modified.

LastModifiedById String True

User.Id

ID of the user who last modified the page.

SystemModstamp Datetime True

System-generated timestamp used for tracking changes and replication.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300