We’re actively using Business Opps and recently started investigating using discounts instead of amending the price. We currently use discounts on the customer order lines and are able to enter values with multiple decimal places (we sometimes use 5). However, within business opps lines discounts, it only seems to allow us to enter to 2 decimal places, anymore and it’ll round up.
Does anyone know how to override the number of decimal places that can be input within the discount code?
E.g.
I enter 5.7856
IFS updates this to 5.79
LU - BusinessOpportunityLine
Table BUSINESS_OPPORTUNITY_LINE_TAB
Some testing:
I attempted to enter this value directly into the DB and the output was similar to entering it in the front end.
I checked the ALL_TAB_COLUMNS and couldn’t see any strange rounding here and also within the API I couldn’t find any rounding etc.
Any ideas?