StandardObjectNameHistory

StandardObjectNameHistory is the model for all history objects associated with standard objects. These objects represent the history of changes to the values in the fields of a standard object.

The object name is variable and uses StandardObjectNameHistory syntax. For example, AccountHistory represents the history of changes to the values of an account record's fields. We list the available associated history objects at the end of this topic. For specific version information, see the documentation for the standard object.

Supported Calls

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

Special Access Rules

For specific special access rules, if any, see the documentation for the standard object. For example, for AccountHistory, see the special access rules for Account.

Fields

Field Name Type Properties Description
StandardObjectNameId reference Filter, Group, Sort ID of the standard object.
DataType picklist Filter, Group, Nillable, Restricted picklist, Sort Data type of the field that was changed.
Field picklist Filter, Group, Restricted picklist, Sort Name of the field that was changed.
NewValue anyType Nillable, Sort New value of the field that was changed.
OldValue anyType Nillable, Sort Old value of the field that was changed.