TaxWithholdDesignerTable_IN::findByTaxWithholdGroup Method
Reads the TaxWithholdDesignerTable_IN table for the specified parameters.
Syntax
server public static TaxWithholdDesignerTable_IN findByTaxWithholdGroup(
TaxWithholdGroup _taxWithholdGroup,
TaxWithholdCode _taxWithholdCode,
[boolean _forUpdate])
Run On
Server
Parameters
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
TaxWithhold group , to find the record for.
- _taxWithholdCode
Type: TaxWithholdCode Extended Data Type
TaxWithhold code,to find the record for.
- _forUpdate
Type: boolean
If true, then read the record for updating.;Optional
Return Value
Type: TaxWithholdDesignerTable_IN Table
A buffer containing TaxWithholdDesignerTable_IN table.