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