Hello experts!!
NAV 2009 SP1
I need to show 5 decimal places in the field amount (item journal) but I only see 2,
I've already changed the decimal places in the table 83 (Item Journal Line) and in form 40 (item journal) to 2:5
but still showing only two
I've already changed too the fields unit cost and unit amount to 2:5, in the same way, without problems
Why not work in the field Amount?
Thanks!!
0
Answers
As far as I know amount gets often calculated with ROUND(X*Y).
thank you
Item journal Line (table 83): decimal places = 2:5, that's ok for all fields, unit cost, unit amount, quantity, etc.....
Value Entry (table 5802): fields cost amount(actual) and cost posted to G_L = 2:5 decimal places
But when I post the item journal lines the values in the table 83 only have 2 decimal places
That depends of a codeunit?
Thanks again
This field is user all over NAV to set roundings.
It works only on new entries, simply because it can only be done on an empty database: if there are already any entries won't be possible to change this setup due to an error raised during field validate.
It's even possible to change it from NAV commenting temporarily the code but in this way you could compromise database integrity.