6.10 Configuring Multiple Currencies
This feature enables you to decide on which currency column from ECM to be made the default currency for a specific report type. For example, US SAR uses the Base currency, whereas CA-STR uses the Activity currency.
This parameter is configurable in the application parameter. While fetching data from ECM, the CRR application checks this parameter to determine the default currency for the CRR report type.
To configure multiple currencies in the application parameters, follow these steps:
Log into the Atomic schema and execute the following
query.
update APPLN_PARAMETERS set V_ATTRIBUTE_VALUE1 = 'A' where N_PARAM_IDENTIFIER = 59;
COMMIT;
''B'' for Base currency type, ''A'' for Activity currency type and ''F'' for functional currency type.