RLedgerTurnoverType.settledAmount Method [AX 2012]

Returns the settled amount on date for the transaction.

Syntax

public Amount settledAmount(
    Common _trans, 
    Common _settlement, 
    TransDate _dateFrom, 
    TransDate _dateTo, 
    CurrencyType_RU _currencyType)

Run On

Called

Parameters

  • _trans
    Type: Common Table
    A table buffer holding the transaction.
  • _settlement
    Type: Common Table
    A table buffer holding the settlement transaction.

Return Value

Type: Amount Extended Data Type
The settled amount on date for the transaction.

See Also

Reference

RLedgerTurnoverType Class