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
 +
 +
The values can be returned as variables:
 +
* @currency@ - returns the base currency that is measured against
 +
* @excurrency@ - returns the selected exchange currency
 +
* @exrate@ - returns the exchange rate at the time the record is saved
  
 
==See Also==
 
==See Also==

Revision as of 12:45, 19 September 2013

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 - U.S. 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
  • @excurrency@ - returns the selected exchange currency
  • @exrate@ - returns the exchange rate at the time the record is saved

See Also