MCP Server for Salesforce

Build 24.0.9300

Scontrol

Represents legacy custom controls used in older Salesforce environments before Visualforce and Lightning components.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier for the S-Control record.

Name String True

Display label for the S-Control as shown in the Salesforce UI.

DeveloperName String True

API name of the S-Control, used for referencing in code or configuration.

Description String True

Optional text describing the purpose or functionality of the S-Control.

EncodingKey String True

Character encoding used for the content, such as UTF-8 or ISO-8859-1.

HtmlWrapper String True

HTML body of the S-Control that defines its structure and content.

Filename String True

File name associated with the S-Control's source file, if applicable.

BodyLength Int True

Length of the binary content in bytes.

Binary String True

Encoded binary content of the S-Control, often used for scripts or components.

ContentSource String True

Indicates how the content is sourced, such as from a URL or inline HTML.

SupportsCaching Boolean True

Specifies whether the S-Control supports being pre-built and cached in the page.

NamespacePrefix String True

Namespace prefix used for S-Controls in managed packages.

CreatedDate Datetime True

Date and time when the S-Control was created.

CreatedById String True

User.Id

Identifier of the user who created the S-Control.

LastModifiedDate Datetime True

Date and time when the S-Control was last modified.

LastModifiedById String True

User.Id

Identifier of the user who last modified the S-Control.

SystemModstamp Datetime True

System-generated timestamp indicating the most recent update to the record.

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