Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts currency dependable fields when the currency code has been changed according to the exchange rates between old and new currencies.
Syntax
public void convertCurrencyCode(
CurrencyCode _fromCurrencyCode,
CurrencyCode _toCurrencyCode,
[TransDate _exchRateDate])
Run On
ClientOrServer
Parameters
- _fromCurrencyCode
Type: CurrencyCode Extended Data Type
The old currency that was used in the Agreement.
- _toCurrencyCode
Type: CurrencyCode Extended Data Type
The new currency for the Agreement to use.
- _exchRateDate
Type: TransDate Extended Data Type
The date for which to pick the correct exchange rate.