CaseTeamMember
Stores details about team members assigned to work on a case record.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the case team member record. | |
| ParentId | String | False |
Case.Id |
ID of the case that this team member is assigned to. |
| MemberId | String | False |
ID of the user, partner, or queue assigned as a team member on the case. | |
| MemberIdType | String | False |
Specifies the type of the 'MemberId' polymorphic field to use in the statement. | |
| MemberIdExternalFieldName | String | False |
Specifies the external field name of the 'MemberId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| TeamTemplateMemberId | String | True |
ID of the team template member this record was created from, if applicable. | |
| TeamRoleId | String | False |
CaseTeamRole.Id |
ID representing the specific role of the team member on the case. |
| TeamTemplateId | String | True |
ID of the TeamTemplate associated with this record. | |
| CreatedDate | Datetime | True |
Date and time when the case team member record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the case team member record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the case team member record. |
| 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 of the most recent system update to the case team member record. | |
| LastModifiedDate | Datetime | True |
Date and time when the case team member record was last modified. |