CustOverPaym.getDimensionsFromCustomerTransaction Method [AX 2012]

Gets the dimension from a Customer Transaction.

protected Map getDimensionsFromCustomerTransaction(
    Voucher _custTransVoucher, 
    TransDate _transDate, 
    DataAreaId _dataAreaId, 
    CustInvoiceId _custInvoiceId, 
    Percent _remainingAmountPercent, 
    CurrencyCode _currencyCode, 
    AmountCur _remainingTransactionAmount)

Run On

Called

Parameters

_custTransVoucher
Type: Voucher Extended Data Type
A voucher from the CustTrans table.
_transDate
Type: TransDate Extended Data Type
A transaction date of Customer.
_dataAreaId
Type: DataAreaId Extended Data Type
The company of the transaction.
_custInvoiceId
Type: CustInvoiceId Extended Data Type
The invoice ID of the transaction.
_remainingAmountPercent
Type: Percent Extended Data Type
A percentage of the remaining amount.
_currencyCode
Type: CurrencyCode Extended Data Type
The currency code of the transaction.
_remainingTransactionAmount
Type: AmountCur Extended Data Type
The remaining amount of the transaction.

Return Value

Type: Map Class
A Map that contains the dimensions from a customer transaction.

Community Additions

ADD
Show: