Net Amount and Order Rounding Mode
Net Amount is calculated on each order line after the Total Discount is calculated. Rounding to two decimal places can occur when calculating Line Item Total Cost (Order Line Total Round Mode), or when calculating Discount Net Amount (Final Net Price Round Mode). When the rounding occurs can affect the Net Amount for the order line.
Who can use this feature?
- Browser, iPad, Windows Users
- Users do not require an additional license
- End Users
Configuring Order Rounding Mode for

To configure this feature:
- Ensure Configuring Order Management is complete.
- Navigate to Admin > Users & Groups > Permission Sets.
- Select the appropriate permission set.
- Select Objects.
- Grant the following permissions to enable Order Line Total Round Mode:
Object
Object Permissions
Object Types
Fields
Field Permissions
preferences__v
R
n/a
enable_order_line_total_round__v
Read
- Remove the following permissions to enable Final Net Price Round Mode:
Object
Object Permissions
Object Types
Fields
Field Permissions
preferences__v
R
n/a
enable_order_line_total_round__v
Read
Using Order Rounding Mode as

Order Line Total Round Mode ensures rounding on each order line occurs when Line Item Total Cost is calculated.
For example:
- quantity__v = 4
- list_amount__v = 3
- total_discount__v = 1.4%
- net_amount__v = 4 * 3 * (1 - .014) = 11.832, and then round to 11.83
Final Net Price Round Mode ensures rounding on each order line occurs when Discount Net Amount is calculated.
For example:
- quantity__v = 4
- list_amount__v = 3
- total_discount__v = 1.4%
- net_amount__v = (3 * (1 - .014) = 2.958, and then round to 2.96) * 4 = 11.84