PayrollTaxGroupCode::findByTaxGroupAndCode Method
Find a record in PayrollTaxGroupCode table based on supplied value of TaxGroup and TaxCode record ID values.
Syntax
client server public static PayrollTaxGroupCode findByTaxGroupAndCode(
PayrollTaxGroupRecId _taxGroupRecId,
PayrollTaxCodeRecId _taxCodeRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _taxGroupRecId
Type: PayrollTaxGroupRecId Extended Data Type
The value of the PayrollTaxGroup field to find.
- _taxCodeRecId
Type: PayrollTaxCodeRecId Extended Data Type
The value of the PayrollTaxCode field to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates whether concurrency setting to be used on the table; optional.
Return Value
Type: PayrollTaxGroupCode Table
A record from the PayrollTaxGroupCode table.