MCP Server for Salesforce

Build 24.0.9300

ContractContactRole

Defines the relationship between a contact and a contract, specifying their role in the agreement.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier of the contract contact role record.

ContractId String False

Contract.Id

ID of the contract associated with this contact role.

ContactId String False

Contact.Id

ID of the contact assigned to the contract.

Role String False

Role of the contact in the context of the contract, such as Decision Maker or Signatory.

IsPrimary Boolean False

Indicates whether this contact is the primary contact for the contract (true) or not (false).

CreatedDate Datetime True

Date and time when the record was created.

CreatedById String True

User.Id

ID of the user who created the record.

LastModifiedDate Datetime True

Date and time when the record was last modified.

LastModifiedById String True

User.Id

ID of the user who last modified the record.

SystemModstamp Datetime True

System-generated timestamp for tracking the last modification.

IsDeleted Boolean True

Indicates whether the record has been deleted (true) or not (false).

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