RLedgerTurnoverType.transAmounts Method [AX 2012]

Returns a container holding amounts for the transaction.

public container transAmounts(
    Common _trans, 
    CurrencyType_RU _currencyType, 
    Common _trans_W)

Run On

Called

Parameters

_trans
Type: Common Table
A table buffer holding the transaction.
_currencyType
Type: CurrencyType_RU Enumeration
The currency type report parameter value.
_trans_W
Type: Common Table

Return Value

Type: container
A container holding amounts for the transaction.

[debit amount, credit amount]

Community Additions

ADD
Show: