Share via


HcmEmploymentLeave::findByEmploymentLeaveTypeStartDate Method

Finds a record in the HcmEmploymentLeave table by using the supplied values of the Employment , LeaveType and StartDate fields.

Syntax

client server public static HcmEmploymentLeave findByEmploymentLeaveTypeStartDate(
    HcmEmploymentRecId _employment, 
    RefRecId _leaveType, 
    StartDate _startDate, 
   [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 concurrency setting to be used on the table; optional.

Return Value

Type: HcmEmploymentLeave Table
A record from the HcmEmploymentLeave table.

See Also

Reference

HcmEmploymentLeave Table