Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: WorkCalendarEmployment Table
A record from the WorkCalendarEmployment table.

See Also

Reference

WorkCalendarEmployment Table