Enabling dual display of supported currencies

Complete the following steps to enable dual display of supported currencies:

Procedure

  1. Use the following XML code in the XML file that you are loading into your target database:
    
    <curcvlist 
      storeent_id="-1"
      currstr="USD"
      countervaluecurr="CAD" 
      displayseq="1.0"
    />
    

    Where:

    Variable Meaning
    storeent_id The store or store group ID.
    currstr The three-character ISO 4217 currency code that represents the currency. This code must appear in the SETCCURR column of the table.
    countervaluecurr The three-character ISO 4217 currency code that represents the counter value currency. This code must appear in the SETCCURR column of the table.
    displayseq The number that indicates the order in which the counter value currency should be displayed. You specify this value in the DISPLAYSEQ column in the table and counter value currencies are displayed in ascending order that is based on this sequence.
  2. Load the data to the database. See Loading the data to the database.