Share via


TaxComponentTable_IN::findByTaxType Method

Finds the record in the TaxComponentTable_IN table specified by a tax type.

Syntax

client server public static TaxComponentTable_IN findByTaxType(
    TaxType_IN _taxType, 
    TaxComponent_IN _taxComponent, 
   [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: TaxComponentTable_IN Table
A record from the TaxComponentTable_IN table; otherwise, an empty record.

See Also

Reference

TaxComponentTable_IN Table