Share via


TmpTaxReport_ITSummary::isTaxBookIncluded Method

Checks that a valid TaxBook record exists that corresponds to specified conditions.

Syntax

client server public static boolean isTaxBookIncluded(
    TaxBook _taxBook, 
    TaxPeriod _taxPeriod, 
    FromDate _fromDate, 
    ToDate _toDate, 
    TaxBookTypeJournal _taxBookTypeJournal, 
    TaxBookId _fromTaxBookId, 
    TaxBookId _toTaxBookId)

Run On

Called

Parameters

Return Value

Type: boolean
true if a TaxBook record exists that corresponds to the specified conditions; otherwise, false.

See Also

Reference

TmpTaxReport_ITSummary Table