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 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
- _taxType
Type: TaxType_IN Enumeration
The tax type of the TaxComponentTable_IN record to find.
- _taxComponent
Type: TaxComponent_IN Extended Data Type
The tax component of the TaxComponentTable_IN record to find.
- _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.