PayrollTaxCodeParameter::findByNameTaxEngineTaxCode Method
Finds a record in the PayrollTaxCodeParameter table, based on the supplied values of the Name and TaxEngineTaxCode fields.
Syntax
client server public static PayrollTaxCodeParameter findByNameTaxEngineTaxCode(
Str60 _name,
PayrollTaxEngineTaxCodeRecId _taxEngineTaxCode,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _name
Type: Str60 Extended Data Type
The value of the Name field to find.
- _taxEngineTaxCode
Type: PayrollTaxEngineTaxCodeRecId Extended Data Type
The value of the TaxEngineTaxCode 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 a concurrency setting should be used on the table; optional.
Return Value
Type: PayrollTaxCodeParameter Table
Either an empty buffer, or one or more records from the PayrollTaxCodeParameter table.