OrderItemHistory

Represents the history of changes to the values in the fields of an order product.

Supported Calls

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

Fields

Field Name Details
Field
Type
picklist
Properties
Group, Restricted picklist, Sort
Description
The name of the field that was changed.
NewValue
Type
anyType
Properties
Nillable, Sort
Description
The new value of the field that was changed.
OldValue
Type
anyType
Properties
Nillable, Sort
Description
The latest value of the field before it was changed.
OrderItemId
Type
reference
Properties
Group, Sort
Description
ID of the order product. Label is Order Product ID.

Usage

Use this object to identify changes to an order product.

This object respects field-level security on the parent object.

See Also