CaseTeamTemplate
Manages predefined templates for case teams, allowing standardized team assignments.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the case team template record. | |
| Name | String | False |
Name of the case team template, used to define a reusable group of case team members. | |
| Description | String | False |
Text description of the case team template, providing details about its purpose or usage. | |
| CreatedDate | Datetime | True |
Date and time when the case team template was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the case team template. |
| LastModifiedDate | Datetime | True |
Date and time when the case team template was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the case team template. |
| SystemModstamp | Datetime | True |
Timestamp of the most recent system update to the case team template record. |