CustVendOpenTransManager.convertAmountTransCurToAmountPaymCur Method [AX 2012]

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

Syntax

public AmountCur convertAmountTransCurToAmountPaymCur(CustVendTransOpen _custVendTransOpen, AmountCur _amountTransCur)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction from which to retrieve the currency.

Return Value

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

See Also

Reference

CustVendOpenTransManager Class