RLedgerTurnoverTypeEmpl.isTransIncluded Method [AX 2012]

Returns true if the transaction must be included in the report calculation.

Syntax

public boolean isTransIncluded(
    Common _trans, 
    Common _subtrans, 
    CurrencyType_RU _currencyType, 
   [TransDate _fromDate, 
    TransDate _toDate])

Run On

Called

Parameters

  • _trans
    Type: Common Table
    A table buffer holding the transaction.
  • _subtrans
    Type: Common Table
    A table buffer holding the related transaction.

Return Value

Type: boolean
true if the transaction must be included in the report calculation; otherwise, false.

See Also

Reference

RLedgerTurnoverTypeEmpl Class