Represents the history of changes to the values in the fields of a contract.
query(), retrieve(), getDeleted(), getUpdated(), and describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| ContractId | reference | Filter | ID of the Contract. Label is Contract ID. For information on IDs, see ID Field Type. |
| Field | picklist | Filter | The name of the field that was changed. |
| IsDeleted | boolean | Defaulted on create | Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted. |
| NewValue | anyType | The new value of the field that was changed. | |
| OldValue | anyType | The latest value of the field before it was changed. |