ContractHistory

Represents the history of changes to the values in the fields of a contract.

Supported Calls

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

Fields

Field Field Type Field Properties Description
ContractId reference Filter ID of the Contract. Label is Contract ID. For information on IDs, see ID Field Type.
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.
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 contract.

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.