C1_​EXCRTOVRD

The C1_​EXCRTOVRD algorithm type is used to fetch the exchange rate which is available corresponding to the transaction in the CI_​TXN_​DETAIL table. The exchange rate is then used by the algorithm which is created using the C1_​EXCRTTFM algorithm type to convert the transaction amount from the transaction currency to the pricing currency. If you want to fetch exchange rate from the CI_​TXN_​DETAIL table, you need to create an algorithm using the C1_​EXCRTOVRD algorithm type and attach it to the Exchange Rate Override Algorithm parameter in the algorithm which is created using the C1_​EXCRTTFM algorithm type.

The C1_​EXCRTOVRD algorithm type contains the following parameters:

Parameter Description Mandatory (Yes or No)
Transaction Detail Field for Exchange Rate Used to indicate the column of the CI_​TXN_​DETAIL table from where the exchange rate must be picked during currency conversion. Yes

Related Topics

For more information on... See...
C1_​EXCRTTFM algorithm type C1_​EXCRTTFM