Hi Community,
We are currently running on D365FinOps PU38.
Our main goal is to restrict the exchange rate decimals to 4 (x,xxxx), trough out the application. Standard D365 will take the exchange rate and revert it to a 12 decimal value in the journal. For example if my exchange rate is 1.0755 CHF for 1 EUR. When you create a CHF voucher, D365 will do the following; 1/1.0755 = Exchange rate with 12 decimals (It will do the opposite for EUR to CHF). See below.


We have a lot of entities and other applications in our organization. All the other applications are restricted to 4 decimals, and only D365 is creating a difference in the amounts when we consolidate all the applications. Currently we manually correct the amounts outside of D365, before consolidation.
Out of experience I know you do not mess with decimals and rounding, but was just curious if anyone saw this in practice. Thanks in advance.