Share via


HRMCompPerfPlanEmpl::findDate Method

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

Syntax

client server public static HRMCompPerfPlanEmpl findDate(
    HcmWorkerRecId _workerRecId, 
    FromDateTime _testDate, 
   [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