Cmdlets for Salesforce

Build 25.0.9434

AccountContactRole

Tracks the roles that contacts play within accounts, helping to define relationships in Salesforce.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier for the AccountContactRole record.

IsDeleted Bool True

Indicates whether the AccountContactRole record has been deleted.

CreatedDate Datetime True

The date and time when the AccountContactRole was created.

CreatedById String True

User.Id

ID of the user who created the AccountContactRole record.

LastModifiedById String True

User.Id

ID of the user who last modified the AccountContactRole record.

AccountId String False

Account.Id

ID of the account associated with this role.

ContactId String False

Contact.Id

ID of the contact associated with this role.

Role String False

Describes the contact's role in relation to the account, such as decision maker or influencer.

IsPrimary Bool False

Indicates whether the contact is the primary contact for the account.

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

Timestamp for the last system update to the AccountContactRole record.

LastModifiedDate Datetime True

The date and time when the AccountContactRole was last modified.

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