CaseContactRole
Defines the relationship between a contact and a case, specifying their role in the case process.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the case contact role record. | |
| CasesId | String | False |
Case.Id |
ID of the case that the contact is associated with. |
| ContactId | String | False |
Contact.Id |
ID of the contact assigned a role on the case. |
| Role | String | False |
The role the contact plays in relation to the case, such as decision maker or primary contact. | |
| CreatedDate | Datetime | True |
Date and time when the case contact role was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the case contact role. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the case contact role. |
| IsDeleted | Bool | True |
Indicates whether the case contact role has been deleted (true) or is active (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 |
Timestamp for the most recent system update to the record. | |
| LastModifiedDate | Datetime | True |
Date and time when the case contact role was last modified. |