RLedgerTurnoverTypeable.transAmounts Method [AX 2012]

Returns a container holding amounts for the transaction.

Syntax

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.

Return Value

Type: container
A container holding amounts for the transaction.

Remarks

[debit amount, credit amount]

See Also

Reference

RLedgerTurnoverTypeable Interface