Delivery Mapping Field Reference

The Delivery Mapping record type is intended for storing Delivery 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: DeliveryMapping


Field Label API name Type Description

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 specified in the orders__TotalDiscountField__c field of the corresponding Delivery Line Item Mapping record.

Total Price Field

orders__TotalPriceField__c

Text(255)

The API name of the field specified in the orders__TotalPriceField__c field of the corresponding Delivery Line Item Mapping record.

``