WorkCalendarEmployment::findByEmploymentRecId Method
Finds a record in the WorkCalendarEmployment table by using the specified employment value.
Syntax
client server public static WorkCalendarEmployment findByEmploymentRecId(
HcmEmploymentRecId _employmentRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _employmentRecId
Type: HcmEmploymentRecId Extended Data Type
The record ID of the related employment record.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use on the table; optional.
Return Value
Type: WorkCalendarEmployment Table
A record from the WorkCalendarEmployment table.