ContactHistory

Represents the history of changes to the values in the fields of a contact. This object is available in versions 11.0 and later.

Supported Calls

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

Fields

Field Field Type Field Properties Description
Field picklist Filter

Restricted picklist

The name of the field that was changed.
IsDeleted boolean Defaulted on create

Filter

Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted.
ContactId reference Filter ID of the Contact. For information on IDs, see ID Field Type. Label is Contact 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.

Usage

Use this object to identify changes to a contact.

This object respects field level security on the parent object.

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