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. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the case team template. |
| 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 template record. | |
| LastModifiedDate | Datetime | True |
Date and time when the case team template was last modified. |