EntityHistory

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.

Supported Calls

query(), retrieve(), getUpdated(), getDeleted(), describeSObjects()

Fields

Field Field Type Field Properties Description
FieldName picklist Filter

Restricted picklist

ID of the standard or custom field. For information on IDs, see ID Field Type.
IsDeleted boolean Defaulted on create

Filter

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 anyType Nillable Previous value of the modified field.
ParentId reference Filter ID of the object that contains the field.
ParentSobjectType picklist Filter

Restricted picklist

The kind of object that contains the field.

Usage

In API version 7.0 and later, this object works with Case, Contract, and Solution objects:

© Copyright 2000-2010 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.