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
- _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.
- _validFrom
Type: HcmCompFromDate Extended Data Type
The HcmCompFromDate value that is used to filter date-effective records.
Return Value
Type: Query Class
An instance of the Query object that is used to select eligible fixed compensation plans records.