HRMCompEligibility::checkFixedByDate Method
Validates that a fixed compensation plan is eligible for the supplied HcmPositionRecId, HcmWorkerRecId, HRMCompFixedPlanId, and HcmCompFromDate values.
Syntax
client server public static boolean checkFixedByDate(
HcmPositionRecId _positionRecId,
HcmWorkerRecId _workerRecId,
HRMCompFixedPlanId _planId,
[HcmCompFromDate _validFrom])
Run On
Called
Parameters
- _positionRecId
Type: HcmPositionRecId Extended Data Type
The HcmPositionRecId value that is used to filter eligible positions.
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The HcmWorkerRecId value that is used to filter eligible workers.
- _planId
Type: HRMCompFixedPlanId Extended Data Type
The HRMCompFixedPlanId value that is used to filter eligible workers.
- _validFrom
Type: HcmCompFromDate Extended Data Type
The HcmCompFromDate value that is used to filter date-effective records.
Return Value
Type: boolean
true if a fixed compensation plan is eligible based on the rules of eligibility that are set up in compensation; otherwise, false.