Difference between revisions of "Currency Standard Field"

From SmartWiki
Jump to: navigation, search
Line 72: Line 72:
 
* ''YER'' - Yemeni Rial (Yemen)
 
* ''YER'' - Yemeni Rial (Yemen)
 
* ''ZAR'' - South African Rands
 
* ''ZAR'' - South African Rands
 
  
  
 
The values can be returned as variables:
 
The values can be returned as variables:
  
* @currency@ - returns the base currency that is measured against - ex. ''US Dollars''
+
* @currencyname@ - returns the name of the base currency that is measured against - ex. ''US Dollars, UK Pounds, Australian Dollars ''(@currency@ can also be used)
* @excurrency@ - returns the selected exchange currency - ex. ''ZAR''
+
* ''@''currencycode''@ - ''returns the code of the base currency that is measured against - ex. ''USD, GBP, AUD''
 +
* @excurrencyname@ - returns the name of the selected exchange currency - ex - ''Euros, South African Rands''
 +
* ''@ex''currencycode''@ - ''returns the code of the selected exchange currency ex- ''EUR, ZAR ''(@excurrency@ can also be used)
 
* @exrate@ - returns the exchange rate at the time the record is saved - ex. ''9.624454''
 
* @exrate@ - returns the exchange rate at the time the record is saved - ex. ''9.624454''
  

Revision as of 12:36, 12 June 2018

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:

  • AED - United Arab Emirates Dirham
  • AUD - Australian Dollars
  • BHD - Bahraini Dinar (Bahrain)
  • BRL - Brazilian Real
  • CAD - Canadian Dollars
  • CHF - Swiss Franc
  • CLP - Chilean Pesos
  • CNY - Chinese Renminbi
  • COP - Colombian Peso
  • CYP - Cyprus Pound
  • CZK - Czech Koruna
  • DJF - Djibouti Franc (Djibouti)
  • DKK - Danish Kroner
  • DZD - Algerian Dinar (Algeria)
  • EGP - Egyptian Pound
  • ETB - Ethiopian Birr
  • EUR - Euros
  • FJD - Fiji Dollar
  • GBP - British Pound
  • GHS - Ghanaian Cedi
  • HKD - Hong Kong Dollars
  • HUF - Hungarian Forint
  • IDR - Indonesian Rupiah
  • ILS - Israeli Shekei
  • INR - Indian Rupees
  • IQD - Iraqi Dinar (Iraq)
  • JOD - Jordanian Dinar
  • JPY - Japanese Yen
  • KES - Kenyan Shilling
  • KMF - Comoros Franc (Comoros)
  • KRW - South Korean Won
  • KWD - Kuwait Dina
  • KZT - Kazakhstan Tenge
  • LBP - Lebanese Pound
  • LYD - Libyan Dinar (Libya)
  • MAD - Moroccan Dirham
  • MRO - Mauritanian Ouguiya (Mauritania)
  • MXN - Mexican Pesos
  • MYR - Malaysian Ringgit
  • NAD - Namibian Dollars
  • NOK - Norwegian Krone
  • NZD - New Zeland Dollar
  • OMR - Omani Rial
  • PEN - Peruvian Nuevo Sol
  • PHP - Philippino Peso
  • PKR - Pakistani Rupee
  • PLN - Polish Zloty
  • QAR - Qatar Rial
  • RUB - Russian Ruble
  • SAR - Saudi Riyal
  • SDG - Sudanese Pound (Sudan)
  • SEK - Swedish Kroner
  • SGD - Singapore Dollar
  • SKK - Slovak Koruna
  • SOS - Somali Shilling (Somalia)
  • SYP - Syrian Pound (Syria)
  • THB - Thai Baht
  • TND - Tunisian Dinar
  • TND - Tunisian Dollar (Tunisia)
  • TRY - Turkish Lira
  • TTD - Trinidad & Tobago Dollar
  • TWD - New Taiwan Dollar
  • UAH - Ukrainian Hryvnia
  • USD - US Dollars
  • VND - Vietnam Dong
  • YER - Yemeni Rial (Yemen)
  • ZAR - South African Rands


The values can be returned as variables:

  • @currencyname@ - returns the name of the base currency that is measured against - ex. US Dollars, UK Pounds, Australian Dollars (@currency@ can also be used)
  • @currencycode@ - returns the code of the base currency that is measured against - ex. USD, GBP, AUD
  • @excurrencyname@ - returns the name of the selected exchange currency - ex - Euros, South African Rands
  • @excurrencycode@ - returns the code of the selected exchange currency ex- EUR, ZAR (@excurrency@ can also be used)
  • @exrate@ - returns the exchange rate at the time the record is saved - ex. 9.624454

See Also