Share via


CustVendOutPaymRecord.convertAmountTransCurToAmountPaymCur Method [AX 2012]

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

Syntax

protected AmountCur convertAmountTransCurToAmountPaymCur(
    LedgerJournalTrans _ledgerJournalTrans, 
    CustVendTrans _custVendTrans, 
    SpecTrans _specTrans, 
    AmountCur _amountTransCur)

Run On

Called

Parameters

  • _custVendTrans
    Type: CustVendTrans Map
    The customer or vendor transaction from the open transaction for the transaction currency
  • _specTrans
    Type: SpecTrans Table
    The specTrans related to the open transactions

Return Value

Type: AmountCur Extended Data Type
The specified amount converted to the currency of the open transaction.

See Also

Reference

CustVendOutPaymRecord Class