Share via


HRMCompEligibility::queryFixedByDate Method

Builds an instance of the Query object that is used to select eligible fixed compensation plan records, based on the supplied HcmPositionRecId, HcmWorkerRecId, and HcmCompFromDate values.

Syntax

client server public static Query queryFixedByDate(
    HcmPositionRecId _positionRecId, 
    HcmWorkerRecId _workerRecId, 
   [HcmCompFromDate _validFrom])

Run On

Called

Parameters

Return Value

Type: Query Class
An instance of the Query object that is used to select eligible fixed compensation plans records.

See Also

Reference

HRMCompEligibility Table