Comparteix a través de


HRMCompFixedEmpl::findByDate Method

Finds the specified record in the HRMCompFixedEmpl table by date.

Syntax

client server public static HRMCompFixedEmpl findByDate(
    HcmWorkerRecId _workerRecId, 
    HcmPositionRecId _positionRecId, 
    HRMCompFixedPlanId _hrmCompFixedPlanId, 
    HRMCompFixedActionId _hrmCompFixedActionId, 
    FromDate _fromDate, 
    LineNum _lineNum, 
   [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: HRMCompFixedEmpl Table
A record in the HRMCompFixedEmpl table; otherwise, an empty record.

See Also

Reference

HRMCompFixedEmpl Table