CaseHistory
Maintains a historical record of changes made to case fields that have history tracking enabled.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the case history record. | |
| IsDeleted | Boolean | True |
Indicates whether the case history record has been deleted (true) or not (false). | |
| CaseId | String | True |
Case.Id |
ID of the case associated with this history record. |
| CreatedById | String | True |
ID of the user who made the change recorded in the history. | |
| CreatedDate | Datetime | True |
Date and time when the change was made. | |
| Field | String | True |
Name of the field on the case that was changed. | |
| OldValue | String | True |
Original value of the field before the change. | |
| NewValue | String | True |
Updated value of the field after the change. |