Field: Currency

From Catglobe Wiki
Revision as of 05:36, 26 April 2011 by Cg huyphong (talk | contribs)
Jump to: navigation, search



Field: Currency

639.gif

  • In case the above table was how our currency table looked for a site, we could put in ‘2’ or ‘Euro’ in the excel cell and the currency of the user would be set to Euro. Please notice that you must use same mapping of currency in all records of this column when importing. User cannot mix mapping using Number (ID) and character in the same import!
  • To update this field for existing users, you must map the import using the User_Id column to show which users to update for. If you are updating existing users’ currencies you are forced to update all of the users in your excel. The system will not recognize NULL as an acceptable value and instead update the existing users to get the default system currency and overwrite their existing currency.

|- align="left" valign="top" | style="border: 1px solid #010101" width="168" | Auto mapping | style="border: 1px solid #010101" width="1021" | In order to ensure auto mapping then the column name in the Excel must fit with the given name in import. This name is language dependent as shown:

UK: Currency

DK: Valuta |- align="left" valign="top" | style="border: 1px solid #010101" width="168" | Validation | style="border: 1px solid #010101" width="1021" |

  • The value imported to currency (either number or character (ISO code) must exist in the table ‘currency’ of the systems database or an error will occur. Error type: ERROR (the import job will not be allowed to be executed).
  • If number and currency-code is mixed in one excel column, then the system will try to convert iso-code to id number. If some cells do not follow the chosen method they will be considered as ‘empty’ and ‘DefaultCurrencyForImportedUser’, as described in the ‘web.config’file, will be used as the currency of the imported user.

|- align="left" valign="top" | style="border: 1px solid #010101" width="168" | Notes | style="border: 1px solid #010101" width="1021" |

  • If the value in your excel cell is empty, the system will use the ‘DefaultCurrencyForImportedUser’ setting, as described in the ‘web.config’ help file, as the currency of the imported user.