Setting the currency locale

Set the currency locale in the eperi sEcure Platform according to the setting in your Salesforce org. This ensures that the correct currency is displayed in Salesforce.

Procedure

  1. Connect to the target server using your preferred ssh tool (e.g. putty) and log in.
  2. Edit the file connector.properties in /opt/eperi/gateway/tomcat/webapps/ROOT and add the following property:
    de.eperi.ca.salesforce.currency.locale=de-DE
  3. Set the locale in the connector.properties according to the country configured in the field Currency Locale in your Salesforce org (under Setup > SETTINGS > Company Settings > Company Information).

    For example, you can look up the valid locale codes here: JDK 11 Supported Locales.

  4. Restart the eperi sEcure Platform:
    sudo systemctl restart eperi-gateway
    Important: In a cluster setup, the changes must be made on every eperi sEcure Platform instance and each eperi sEcure Platform instance must be restarted.