TaxWithholdReportPeriod_TH::findByPeriodWithholdDate Method
Finds the specified record in the TaxWithholdReportPeriod_TH table.
Syntax
client server public static TaxWithholdReportPeriod_TH findByPeriodWithholdDate(TaxWithholdPeriodId_TH _taxWithholdPeriodRecId, TaxWithholdPeriodDate_TH _taxWithholddate)
Run On
Called
Parameters
- _taxWithholdPeriodRecId
Type: TaxWithholdPeriodId_TH Extended Data Type
The period record id of withholing tax is used to find record.
- _taxWithholddate
Type: TaxWithholdPeriodDate_TH Extended Data Type
The date of withholing tax is used to find record.
Return Value
Type: TaxWithholdReportPeriod_TH Table
A record from the TaxWithholdReportPeriod_TH table.