Requirement to convert currency before requisition approval.
Summary:
There is requirement to convert the PR approval amount to USD which is in MEXICAN CURRENCY before approval.
for example :
create a requisition of 9000000 Mexican peso which is equal to 514000 lakh USD.
we have following rule defined in the application.
A) Amount Limit less than 5 lakh
B) Amount Limit between 5 lakh to 7.5 lakh
C) Amount Limit between 7.5 lakh to 10 lakh
D) Amount Limit between 10 lakh to 50 lakh
E) Amount Limit between 50 lakh to 1 Cr
F) Amount Limit Above 1 cr
Actual : As per the standard functionality , system picks the RULE E as the PR value is 90 lakh Mexican peso.
Expected : Client wants , system should pick the RULE B as it is equal to 514000 lakh USD.