MCP Server for Salesforce

Build 24.0.9300

RecordType

Defines different record types within an object, allowing for customized page layouts and processes.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier for the record type.

Name String False

Label or display name of the record type shown to users.

DeveloperName String False

API name of the record type used in code and configuration.

NamespacePrefix String True

Namespace prefix for the record type, typically used in managed packages.

Description String False

Optional description explaining the purpose or use case for the record type.

BusinessProcessId String False

BusinessProcess.Id

Identifier of the business process associated with this record type, relevant for objects like Opportunity or Case.

SobjectType String False

API name of the Salesforce object that this record type belongs to.

IsActive Boolean True

Indicates whether the record type is currently active and available for use.

CreatedById String True

User.Id

Identifier of the user who created the record type.

CreatedDate Datetime True

Date and time when the record type was created.

LastModifiedById String True

User.Id

Identifier of the user who last modified the record type.

LastModifiedDate Datetime True

Date and time when the record type was last updated.

SystemModstamp Datetime True

System-generated timestamp indicating the most recent change to the record type.

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