TaxWithholdReportPeriod_TH::findOther Method
Finds a TaxWithholdReportPeriod_TH record by using the specified date and settlement period and that is not the current record.
Syntax
client server private static TaxWithholdReportPeriod_TH findOther(
TaxWithholdPeriodId_TH _taxWithholdPeriodId_TH,
TaxWithholdPeriodDate_TH _taxWithholdDate,
RecId _recId)
Run On
Called
Parameters
- _taxWithholdPeriodId_TH
Type: TaxWithholdPeriodId_TH Extended Data Type
The ID of the settlement period record.
- _taxWithholdDate
Type: TaxWithholdPeriodDate_TH Extended Data Type
The date to use for the search.
- _recId
Type: RecId Extended Data Type
The ID of the current record that will be excluded from the search.
Return Value
Type: TaxWithholdReportPeriod_TH Table
A record in the TaxWithholdReportPeriod_TH table that meets search criteria; otherwise, an empty TaxWithholdReportPeriod_TH buffer.