Quote and Order Capture Fields on OrderItem

Standard and custom fields extend the standard Order Item object for use in Quote and Order Capture.

Fields

Field Details
CustomProductName
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The custom name of a product that's used to override the product name. Available in API version 61.0 and later.
Discount
Type
percent
Properties
Create, Filter, Nillable, Sort, Update
Description
The manual discount percentage for the order item. Available in API version 60.0 and later.
DiscountAmount
Type
currency
Properties
Create, Filter, Nillable, Sort, Update
Description
The manual discount amount for the order item. Available in API version 60.0 and later.
EffectiveGrantDate
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The date on which the resources associated with the order item are granted.
EndQuantity
Type
double
Properties
Filter, Nillable, Sort
Description
The revised quantity of the item after adjusting changes. The field is read-only. It’s calculated by adding the Start Quantity and the Quantity fields. Available in API version 60.0 and later.
NetTotalPrice
Type
currency
Properties
Create, Filter, Nillable, Sort, Update
Description
The total price after applying all price adjustments. Available in API version 60.0 and later.
OrderItemGroupId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The order item group associated with the order item.
This field is a relationship field.
Relationship Name
OrderItemGroup
Refers To
OrderItemGroup
PartnerDiscountPercent
Type
percent
Properties
Create, Filter, Nillable, Sort, Update
Description
The discount percentage given to the partner for the order item. Available in API version 60.0 and later.
PartnerUnitPrice
Type
currency
Properties
Create, Filter, Nillable, Sort, Update
Description
The unit price after applying the discount given to the partner for the order item. Available in API version 60.0 and later.
PriceWaterfallIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The price waterfall identifier generated by Salesforce Pricing that's associated with the pricing of this order item record. Available in API version 60.0 and later.
StartQuantity
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
The quantity available on the order item start date. Available in API version 60.0 and later.
Status
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The status of the order item. Available in API version 60.0 and later.
SubscriptionTerm
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The number of terms in the subscription for the item.
The unit of the subscription term is stored in the PricingTermUnit field of this order item’s related product selling model record (OrderItem.ProductSellingModel.PricingTermUnit). Available in API version 61.0 and later.
ValidationResult
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Specifies whether the order item was configured and priced.
An order can be activated only after all its order items are configured and priced.
Valid value is:
  • Warning—Indicates that the order item isn’t configured and priced.
Available in API version 60.0 and later.