Order Net Amount Rounding Mode
An order’s Net Amount is calculated on each order line after the Total Discount is calculated. Rounding is then used to reduce the Net Amount to two decimal places. The final Net Amount depends on whether rounding is applied to the Line Item Total Cost (using Line Total Round mode) or the Discount Net Amount (using Final Net Price Round mode).
Who can use this feature?
- End Users - Browser, iPad, Windows (Beta)
- Using Net Amount Rounding Mode
- Users do not require an additional license
Configuring Net Amount 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 Net Amount 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_price__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_price__v = 3
- total_discount__v = 1.4%
- net_amount__v = (3 * (1 - .014) = 2.958, and then round to 2.96) * 4 = 11.84

