AccountHistory
Maintains a historical record of changes made to Account fields that have field history tracking enabled.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the AccountHistory record. | |
| IsDeleted | Boolean | True |
Indicates whether this history record has been deleted. | |
| AccountId | String | True |
Account.Id |
ID of the account associated with the field change. |
| CreatedById | String | True |
ID of the user who made the change recorded in this history. | |
| CreatedDate | Datetime | True |
Date and time when the change was recorded. | |
| Field | String | True |
API name of the field on the Account object that was changed. | |
| OldValue | String | True |
The previous value of the field before the change occurred. | |
| NewValue | String | True |
The updated value of the field after the change was made. |