AccountHistory

Represents the history of changes to the values in the fields of an account. 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.
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.

Usage

Use this object to identify changes to an account.

This object respects field level security on the parent object.

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