Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

WebCartHistory

WebCartHistory represents the history of changes to the values in the fields of the WebCart object.

For specific version information, see the documentation for WebCart.

Supported Calls

describeSObjects(), query, replicate, retrieve()

You can also enable delete() in API version 42.0 and later. See Enable delete of Field History and Field History Archive.

Special Access Rules

For specific special access rules, if any, see the documentation for WebCart.

Fields

Field Name Details
DataType
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
Data type of the field that was changed.
Field
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description
Name of the field that was changed.
NewValue
Type
anyType
Properties
Nillable, Sort
Description
New value of the field that was changed.
OldValue
Type
anyType
Properties
Nillable, Sort
Description
Old value of the field that was changed.
WebCartId
Type
reference
Properties
Filter, Group, Sort
Description
The unique ID of the WebCart.