I want to enable 3 decimal for Unit price (PurchPrice) and Net amount (LineAmount) fields on the purchase order line. I have modified the EDTs behind these fields and was able to see 3 decimal on the form on both fields, BUT the Net amount is rounding the value, for example, I put 2.123 in Unit price with quantity of 1, the Net amount appears as 2.120 and this value is saved in the PurchLine table as well.
I am not sure but you have to update the EDT in all the place which is getting impacted, net amount is just one field, there are many such fields.
Purchase order processing has impact in many other areas also, for example, budget, sales tax, charge calculation and adding everything needs to be taken care off. Similarly, for other modules also, you need to consider it and lastly reporting. What i am trying to say is if you are going with 3 decimal places, it should be everywhere.
I see this as a big modification.
What is the business requirement here? Normally when items like Oils are involved, customer asks for 3 decimal places.
Hi Pranav, Yes I also found out that the impact would be huge, and also reports will need to be modified. I think the impact will convince the client not to go for this. Thanks.