Difference between revisions of "Currency Standard Field"

From SmartWiki
Jump to: navigation, search
Line 4: Line 4:
  
 
Currencies supported by this field are:
 
Currencies supported by this field are:
* ''USD'' - U.S. Dollars
+
* ''USD'' - US Dollars
 
* ''CAD'' - Canadian Dollars
 
* ''CAD'' - Canadian Dollars
 
* ''MXN'' - Mexican Pesos
 
* ''MXN'' - Mexican Pesos
Line 21: Line 21:
  
 
The values can be returned as variables:
 
The values can be returned as variables:
* @currency@ - returns the base currency that is measured against - ex. ''USD''
+
* @currency@ - returns the base currency that is measured against - ex. ''US Dollars''
 
* @excurrency@ - returns the selected exchange currency - ex. ''ZAR''
 
* @excurrency@ - returns the selected exchange currency - ex. ''ZAR''
 
* @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 14:37, 18 September 2015

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