CaseHistory
This is a table representing the CaseHistory entities in FinancialForce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CaseId | String | True |
Case.Id |
Label Case ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |