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.
Calculates the invoice template line amount based on modified currency.
Syntax
public void convertCurrencyCode(
CurrencyCode _oldCurrencyCode,
CurrencyCode _newCurrencyCode,
[TransDate _exchRateDate,
CustInvoiceChangeCurrencyOption _custInvoiceChangeCurrencyOption])
Run On
Called
Parameters
- _oldCurrencyCode
Type: CurrencyCode Extended Data Type
The old currency of CustInoviceTemplate table record.
- _newCurrencyCode
Type: CurrencyCode Extended Data Type
The new currency of CustInoviceTemplate table record.
- _exchRateDate
Type: TransDate Extended Data Type
The date of currency exchange rate; optional.
- _custInvoiceChangeCurrencyOption
Type: CustInvoiceChangeCurrencyOption Enumeration
A CustInvoiceChangeCurrencyOption base enumeration value; optional.