Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the record in the TaxWithholdReportingCodes_IN table specified by a component group.
Syntax
client server public static TaxWithholdReportingCodes_IN findByComponentGroup(
TaxWithholdType_IN _taxType,
TaxWithholdComponent_IN _component,
TaxWithholdComponentGroup_IN _componentGroup,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxType
Type: TaxWithholdType_IN Enumeration
The tax type of the TaxWithholdReportingCodes_IN record to find.
- _component
Type: TaxWithholdComponent_IN Extended Data Type
The component of the TaxWithholdReportingCodes_IN record to find.
- _componentGroup
Type: TaxWithholdComponentGroup_IN Extended Data Type
The component group of the TaxWithholdReportingCodes_IN record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TaxWithholdReportingCodes_IN Table
A record from the TaxWithholdReportingCodes_IN table; otherwise, an empty record.