Share via


HRMCompVarEnrollEmplLine::findByDate Method

Finds the specified record in the HRMCompVarEnrollEmplLine table by date.

Syntax

client server public static HRMCompVarEnrollEmplLine findByDate(
    HcmWorkerRecId _workerRecId, 
    HRMCompVarPlanId _hrmCompVarPlanId, 
    HcmCompFromDate _validFromDate, 
    OMDepartmentRecId _departmentRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: HRMCompVarEnrollEmplLine Table
A record in the HRMCompVarEnrollEmplLine table; otherwise, an empty record.

See Also

Reference

HRMCompVarEnrollEmplLine Table