Represents the history of changes to the values in the fields of an account. This object is available in versions 11.0 and later.
query(), retrieve(), getDeleted(), getUpdated(), describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| 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. |
| AccountId | reference | Filter | ID of the Account. For information on IDs, see ID Field Type. Label is Account ID. |
| NewValue | anyType | Nillable | The new value of the field that was changed. |
| OldValue | anyType | Nillable | The latest value of the field before it was changed. |