Represents historical information about an object’s changed field values. This object is only available to users with the “View All Data” permission.
This object is unavailable beginning with API version 8.0. Use the object-specific History objects instead: CaseHistory, ContractHistory, LeadHistory, OpportunityFieldHistory, OpportunityHistory, ProcessInstanceHistory, QuantityForecastHistory, RevenueForecastHistory, or SolutionHistory.
query(), retrieve(), getUpdated(), getDeleted(), describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| FieldName | picklist | Filter | ID of the standard or custom field. For information on IDs, see ID Field Type. |
| 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 | Nillable | New value of the modified field. |
| OldValue | test | Nillable | Previous value of the modified field. |
| ParentId | reference | Filter | ID of the object that contains the field. |
| ParentSobjectType | picklist | Filter | The kind of object that contains the field. |
There are exceptions to this behavior for certain fields such as long text areas and multi-select picklists. These fields appear in this object to indicate that the field was changed, but the old and new values are not recorded.