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. | |
| 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. |
| 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. |
| LastModifiedDate | Datetime | True |
Date and time when the case team member record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the case team member record. |
| SystemModstamp | Datetime | True |
Timestamp of the most recent system update to the case team member record. |