TaxWithholdPeriods_IN::findByTaxPeriod Method
Reads the TaxWithholdPeriods_IN table for the specified parameters.
Syntax
client server public static TaxWithholdPeriods_IN findByTaxPeriod(
TaxWithholdPeriodRecId_IN _taxPeriod,
TaxWithholdType_IN _taxType,
TransDate _date,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxPeriod
Type: TaxWithholdPeriodRecId_IN Extended Data Type
Withhold tax period used to find the record.
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
- _date
Type: TransDate Extended Data Type
Date used to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.;Optional
Return Value
Type: TaxWithholdPeriods_IN Table
A buffer containing TaxWithholdPeriods_IN table.