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

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.

See Also

Reference

HRMCompEligibility Table