ADO.NET Provider for Salesforce

Build 25.0.9434

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 Bool 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.

LastModifiedById String True

User.Id

ID of the user who last modified the record.

IsDeleted Bool True

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

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 for tracking the last modification.

LastModifiedDate Datetime True

Date and time when the record was last modified.

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