TaxWithholdConcessionTable_IN::findByTaxWithholdCode Method
Reads the TaxWithholdConcessionTable_IN table for the specified parameters.
Syntax
client server public static TaxWithholdConcessionTable_IN findByTaxWithholdCode(
TaxWithholdCode _taxCode,
TaxWithholdType_IN _taxType,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxCode
Type: TaxWithholdCode Extended Data Type
Tax code used to find the record.
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdConcessionTable_IN Table
A buffer containing TaxWithholdConcessionTable_IN table.