When setting trade agreament price to 12.8888, the unit price used in Sales Line is 12.8900. what should I do to avoid this rounding?
Asked
Active
Viewed 529 times
3 Answers
2
On the PriceDiscTable
form set the NoOfDecimals
property of the PriceDiscTable_Amount
control to 4.
Note that there are many places in the code where that amount will get rounded to the roundoff setting for the currency. You can change that rounding for the entire application under General ledger/Setup/Exchange rates on the Round-off tab.

Jay Hofacker
- 3,439
- 20
- 14
0
In the Price List form, under Details, click Price List Items, and then click Add Price List Item, then change the Rounding Policy.

servermanfail
- 2,532
- 20
- 21