OpportunityFieldHistory
Maintains a historical record of changes made to opportunity fields that have history tracking enabled.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the opportunity field history record. | |
| IsDeleted | Boolean | True |
Indicates whether the field history record has been deleted. | |
| OpportunityId | String | True |
Opportunity.Id |
Reference to the opportunity whose field change is being tracked. |
| CreatedById | String | True |
ID of the user who made the field change. | |
| CreatedDate | Datetime | True |
Date and time when the field change was recorded. | |
| Field | String | True |
API name of the field that was changed on the opportunity. | |
| OldValue | String | True |
Previous value of the field before the change. | |
| NewValue | String | True |
Updated value of the field after the change. |