Share via


HcmPayrollLine::findByEmployment Method

Finds a record in the HcmPayrollLine table by using the specified Employment field value.

Syntax

client server public static HcmPayrollLine findByEmployment(
    HcmEmploymentRecId _employment, 
   [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 the concurrency model setting to use on the table; optional.

Return Value

Type: HcmPayrollLine Table
A record from the HcmPayrollLine table.

See Also

Reference

HcmPayrollLine Table