TaxWithholdComponentGroupTable_IN::findByComponentGroup Method
Reads the TaxWithholdComponentGroupTable_IN table for the specified Ttax type and Component group.
Syntax
client server public static TaxWithholdComponentGroupTable_IN findByComponentGroup(
TaxWithholdType_IN _taxType,
TaxWithholdComponentGroup_IN _componentGroup,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type to find the record.
- _componentGroup
Type: TaxWithholdComponentGroup_IN Extended Data Type
component group, to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdComponentGroupTable_IN Table
A buffer containing TaxWithholdComponentGroupTable_IN table.