TaxWithholdSettledPeriods_IN::findByTaxPeriod Method
Reads the TaxWithholdSettledPeriods_IN table for the specified parameters.
Syntax
client server public static TaxWithholdSettledPeriods_IN findByTaxPeriod(
TaxWithholdPeriodRecId_IN _taxWithholdPeriodRecId,
TaxWithholdType_IN _taxType,
TransDate _date,
TaxWithholdRegNumberRecId_IN _taxWithholdRegNumberRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxWithholdPeriodRecId
Type: TaxWithholdPeriodRecId_IN Extended Data Type
The record Id of TaxWithholdHead_IN table
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
- _date
Type: TransDate Extended Data Type
To find the record equal to this date
- _taxWithholdRegNumberRecId
Type: TaxWithholdRegNumberRecId_IN Extended Data Type
Record Id of TaxInformation_IN
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdSettledPeriods_IN Table
A buffer containing TaxWithholdSettledPeriods_IN table.