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
- _sourceCurrencyCode
Type: CurrencyCode Extended Data Type
The currency code of the transaction; optional.
- _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.
- _triangulation
Type: EUROTriangulation Extended Data Type
- _exchRateDate
Type: TransDate Extended Data Type
The date for the given exchange rate; optional.