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
- _employment
Type: HcmEmploymentRecId Extended Data Type
The value of the Employment field to find.
- _leaveType
Type: RefRecId Extended Data Type
The value of the LeaveType field to find.
- _startDate
Type: StartDate Extended Data Type
The value of the StartDate field to find.
- _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.