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
- _employment
Type: HcmEmploymentRecId Extended Data Type
An Employment field value.
- _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.