Share via


TaxWithholdReportPeriod_TH::existOther Method

Indicates whether a record in the TaxWithholdReportPeriod_TH table is in a specified date range and settlement period and is not the current record.

Syntax

client server private static boolean existOther(
    TaxWithholdPeriodId_TH _taxWithholdPeriodRecId, 
    TaxWithholdPeriodDate_TH _taxWithholdFromDate, 
    TaxWithholdPeriodDate_TH _taxWithholdToDate, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: boolean
true if a record is found that meets search criteria; otherwise false.

See Also

Reference

TaxWithholdReportPeriod_TH Table