TaxWithholdComponentTable_IN::findByComponentGroup Method
Reads the TaxWithholdComponentTable_IN table for the specified tax type , component and component group.
Syntax
client server public static TaxWithholdComponentTable_IN findByComponentGroup(
TaxWithholdType_IN _taxType,
TaxWithholdComponent_IN _component,
TaxWithholdComponentGroup_IN _componentGroup,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
- _component
Type: TaxWithholdComponent_IN Extended Data Type
Component used to find the record.
- _componentGroup
Type: TaxWithholdComponentGroup_IN Extended Data Type
Component group 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.