Share via


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

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

See Also

Reference

PayrollTaxCodeParameter Table