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
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The value of the Worker field of the record to find.
- _testDate
Type: FromDateTime Extended Data Type
The UTCDateTime value to use.
- _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.