14.3 Configuring the Default Currency Code
This section describes how to configure the Configuring the Default Currency Code.
You can modify the default currency settings that display throughout the UI. The following section provides detailed instructions to modify the currency code.
To modify the default currency code, follow these steps:
- Open the Manage Common Parameters screen.
- Select UI Display from the Parameter Category drop-down list.
- Select Base Currency from the Parameter Name drop-down list.
- Edit the parameter as shown below.
Figure 14-1 Financials Tab—with Modified Currency Format
Perform the following steps from the back end:
- Take the backup of the AAI_FF_CONTROL_PROPERTIES table.
- Execute the below query in config
schema:
UPDATE AAI_FF_CONTROL_PROPERTIES SET V_CONTROL_SPECIFIC_11 = 'MMK' WHERE V_CONTROL_SPECIFIC_12 ='code' and V_CONTROL_SPECIFIC_11='USD';
- Restart the servers and test the UI.