Share via


Tax.setExchRates Method [AX 2012]

Gets and sets the currency and exchange rate information about tax.

Syntax

public void setExchRates(
   [CurrencyCode _sourceCurrencyCode, 
    ExchRate _exchRate, 
    ExchRate _exchRateSecond, 
    ExchRatesTriangulation _exchRatesTriangulation, 
    TransDate _exchRateDate])

Run On

Server

Parameters

  • _exchRate
    Type: ExchRate Extended Data Type
    The primary exchange rate that will be used for currency conversions between transactional and master currency; optional.
  • _exchRateSecond
    Type: ExchRate Extended Data Type
    The secondary exchange rate that will be used for currency conversions between transactional and master currency; optional.

See Also

Reference

Tax Class