Share via


HRMCompPerfPlanEmpl::findByDate Method

Finds a record in the HRMCompPerfPlanEmpl table, based on a supplied value in the Worker field and a Date value.

Syntax

client server public static HRMCompPerfPlanEmpl findByDate(
    HcmWorkerRecId _workerRecId, 
    FromDate _fromDate, 
   [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: HRMCompPerfPlanEmpl Table
A record from the HRMCompPerfPlanEmpl table.

See Also

Reference

HRMCompPerfPlanEmpl Table