Share via


TaxWithholdReportingCodes_IN::findByComponentGroup Method

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

  • _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.

See Also

Reference

TaxWithholdReportingCodes_IN Table