HRMCompEligibility::checkFixed Method
Validates that a fixed compensation plan is eligible for the supplied HcmPositionRecId, HcmWorkerRecId, HRMCompFixedPlanId, and HRMCompFromDate values.
Syntax
client server public static boolean checkFixed(
HcmPositionRecId _positionRecId,
HcmWorkerRecId _workerRecId,
HRMCompFixedPlanId _planId,
[HRMCompFromDate _validFromDateTime])
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.
- _validFromDateTime
Type: HRMCompFromDate Extended Data Type
The HRMCompFromDate 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.