Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _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: boolean
true if the transaction must be included in the report calculation; otherwise, false.