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
- _taxBook
Type: TaxBook Table
The TaxBook record to check.
- _taxPeriod
Type: TaxPeriod Extended Data Type
The settlement period.
- _fromDate
Type: FromDate Extended Data Type
The start of the period of the TaxBook action.
- _toDate
Type: ToDate Extended Data Type
The end of the period of the TaxBook action.
- _taxBookTypeJournal
Type: TaxBookTypeJournal Enumeration
The type of report.
- _fromTaxBookId
Type: TaxBookId Extended Data Type
The starting TaxBookId value.
- _toTaxBookId
Type: TaxBookId Extended Data Type
The ending TaxBookId value.
Return Value
Type: boolean
true if a TaxBook record exists that corresponds to the specified conditions; otherwise, false.