Order Line Item Mapping Field Reference

The Order Line Item Mapping record type is intended for storing Orde Line Item fields that are used in discount calculations.

This setting is required for order creation.

By default, the Quantity field specifies an integer number of products and prices are rounded to 2 decimal places in price fields, for example, in the Total Price field, on the Order, Order Line Item, Delivery, and Delivery Line Item objects.

If you want to calculate quantity in other units, such as ml, or change the rounding rules for prices, create custom Quantity and price fields on the above objects and specify these fields in the appropriate settings:

Otherwise, specify the standard fields, e.g., orders__Quantity__c.


Object record type API name: OrderLineItemMapping


Field API Name Type Description

List Price Field

orders__ListPriceField__c

Text(255)

The API name of the field on the Price Book Line Item that stores a product price from the specific price book.

The Price Book object should be specified in the Price Book and Price Book Line Item records. The records should be active.

Quantity Field

orders__QuantityField__c

Text(255)

The API name of th field on the Order Line Item that stores an overall quantity of products in one order.

Sales Organization

orders__SalesOrganizationId__c

Lookup(Sales Organization)

The business unit for which settings are configured.

  • If specified, the setting will be applied to a particular Sales Organization.

  • If blank, the setting can be applied to all sales organizations.

Total Discount Field

orders__TotalDiscountField__c

Text(255)

The API name of the field on Order Line Item that stores the total discount of products.

Total Price Field

orders__TotalPriceField__c

Text(255)

The API name of the field on Order Line Item that stores the total price of products with a discount.

Unit Price Field

orders__UnitPriceField__c

Text(255)

The API name of the field on Order Line Item that stores a price for one product with a discount.

``