Hi all,
During my testing, I created the currency exchange rate with a conversion factor of 1.
=> Our setup of conversion factor = 1USD = 1.3 SGD.
However, when I tried to create a customer payment journal, I noticed that the exchange rate was being multiplied by 100, even though my setup was only for 1.
=> Then, it shows 76.923076923077
This is calculated from 1/1.3 * 100 even though I set conversion factor 1.
Upon further investigation, I checked the code and discovered that Microsoft hardcodes the multiplication by 100.
Could you’ll please assist me in identifying why it should be 100 instead of 1?