Share via


TaxReverseTax.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, 
    EUROTriangulation _triangulation, 
    TransDate _exchRateDate])

Run On

Server

Parameters

  • _exchRate
    Type: ExchRate Extended Data Type
    The primary exchange rate to use for currency conversions between the transactional and master currency; optional.
  • _exchRateSecond
    Type: ExchRate Extended Data Type
    The secondary exchange rate to use for currency conversions between the transactional and master currency; optional.

See Also

Reference

TaxReverseTax Class