HRMCompFixedPlanTable::findByWorkerPosition Method
Retrieves the HRMCompFixedPlanTable record of a worker for a specified position and date.
Syntax
client server public static HRMCompFixedPlanTable findByWorkerPosition(
HcmWorkerRecId _workerRecId,
HcmPositionRecId _positionRecId,
TransDate _payDate)
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The HcmWorker record ID.
- _positionRecId
Type: HcmPositionRecId Extended Data Type
The HcmPosition record ID.
- _payDate
Type: TransDate Extended Data Type
The date for the valid record.
Return Value
Type: HRMCompFixedPlanTable Table
true if the specified record exists; otherwise, false.