RLedgerTurnoverTypeable.isTransIncluded Method [AX 2012]
Returns true if the transaction must be included in the report calculation.
public boolean isTransIncluded(
Common _trans,
Common _subtrans,
CurrencyType_RU _currencyType,
[TransDate _fromDate,
TransDate _toDate])
Run On
CalledParameters
- _trans
- Type: Common Table
A table buffer holding the transaction.
- _subtrans
- Type: Common Table
A table buffer holding the related transaction.
- _currencyType
- Type: CurrencyType_RU Enumeration
The currency type report parameter value.
- _fromDate
- Type: TransDate Extended Data Type
The starting date of the report period.
- _toDate
- Type: TransDate Extended Data Type
The ending date of the report period.
Return Value
Type: booleantrue if the transaction must be included in the report calculation; otherwise, false.
Community Additions
ADD
Show: