Difference between revisions of "Currency Standard Field"

From SmartWiki
Jump to: navigation, search
Line 19: Line 19:
 
* ''TRY'' - Turkish Lira  
 
* ''TRY'' - Turkish Lira  
 
* ''AUD'' - Australian Dollars
 
* ''AUD'' - Australian Dollars
 +
 +
<!--
 +
* ''BRL'' - Brazilian Real
 +
* ''COP'' - Colombian Peso
 +
* ''CYP'' - Cyprus Pound
 +
* ''CZK'' - Czech Koruna
 +
* ''DKK'' - Danish Kroner
 +
* ''EGP'' - Egyptian Pound
 +
* ''ETB'' - Ethiopian Birr
 +
* ''FJD'' - Fiji Dollar
 +
* ''GHS'' - Ghanaian Cedi
 +
* ''HUF'' - Hungarian Forint
 +
* ''IDR'' - Indonesian Rupiah
 +
* ''ILS'' - Israeli Shekei
 +
* ''JOD'' - Jordanian Dinar
 +
* ''KZT'' - Kazakhstan Tenge
 +
* ''KES'' - Kenyan Shilling
 +
* ''KWD'' - Kuwait Dina
 +
* ''LBP'' - Lebanese Pound
 +
* ''MYR'' - Malaysian Ringgit
 +
* ''MAD'' - Moroccan Dirham
 +
* ''NZD'' - New Zeland Dollar
 +
* ''TWD'' - New Taiwan Dollar
 +
* ''NOK'' - Norwegian Krone
 +
* ''OMR'' - Omani Rial
 +
* ''PKR'' - Pakistani Rupee
 +
* ''PHP'' - Philippino Peso
 +
* ''PLN'' - Polish Zloty
 +
* ''QAR'' - Qatar Rial
 +
* ''RUB'' - Russian Ruble
 +
* ''SAR'' - Saudi Riyal
 +
* ''SGD'' - Singapore Dollar
 +
* ''SKK'' - Slovak Koruna
 +
* ''KRW'' - South Korean Won
 +
* ''SEK'' - Swedish Kroner
 +
* ''CHF'' - Swiss Franc
 +
* ''THB'' - Thai Baht
 +
* ''TTD'' - Trinidad & Tobago Dollar
 +
* ''TND'' - Tunisian Dinar
 +
* ''UAH'' - Ukrainian Hryvnia
 +
* ''AED'' - United Arab Emirates Dirham
 +
* ''VND'' - Vietnam Dong
 +
-->
  
 
The values can be returned as variables:
 
The values can be returned as variables:

Revision as of 15:11, 22 March 2016

When both the Currency and Currency Exchange standard fields are enabled, users can calculate the exchange rates for many international currencies directly on the Level 1 record.

CurrencyFieldDisplay.png

Currencies supported by this field are:

  • USD - US Dollars
  • CAD - Canadian Dollars
  • MXN - Mexican Pesos
  • EUR - Euros
  • GBP - British Pound
  • HKD - Hong Kong Dollars
  • JPY - Japanese Yen
  • INR - Indian Rupees
  • CLP - Chilean Pesos
  • ZAR - South African Rands
  • PEN - Peruvian Nuevo Sol
  • CNY - Chinese Renminbi
  • NAD - Namibian Dollars
  • TRY - Turkish Lira
  • AUD - Australian Dollars


The values can be returned as variables:

  • @currency@ - returns the base currency that is measured against - ex. US Dollars
  • @excurrency@ - returns the selected exchange currency - ex. ZAR
  • @exrate@ - returns the exchange rate at the time the record is saved - ex. 9.624454

See Also