TaxWithholdComponentTable_IN::findComponentGroup Method
Reads the TaxWithholdComponentTable_IN table for the specified tax type and component.
Syntax
client server public static TaxWithholdComponentTable_IN findComponentGroup(
TaxWithholdComponent_IN _component,
TaxWithholdCodeType_IN _taxType,
[boolean _forUpdate])
Run On
Called
Parameters
- _component
Type: TaxWithholdComponent_IN Extended Data Type
Component used to find the record.
- _taxType
Type: TaxWithholdCodeType_IN Enumeration
Tax type used to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdComponentTable_IN Table
A buffer containing TaxWithholdComponentTable_IN table.