Share via


CustVendCheque.convertAmountPaymCurToAmountTransCur Method [AX 2012]

Converts the specified amount from the currency of the payment to the currency of the transaction.

Syntax

protected AmountCur convertAmountPaymCurToAmountTransCur(
    Amount _amountPaymCur, 
    CompanyId _paymCompany, 
    CurrencyCode _paymCurrencyCode, 
    CompanyId _transCompany, 
    CurrencyCode _transCurrencyCode, 
   [TransDate _exchRateDate, 
    ExchRate _crossRate, 
    ExchRate _exchRate])

Run On

Called

Parameters

Return Value

Type: AmountCur Extended Data Type
The amount converted to transaction currency.

See Also

Reference

CustVendCheque Class