Share via


PayrollEarningGenerationTask.getEarningRate Method [AX 2012]

Is a generic method that retrieves the payroll earning rate for the worker.

Syntax

public PayrollEarningRate getEarningRate(
    HcmWorkerRecId _workerRecId, 
    HcmPositionRecId _positionRecId, 
    TransDate _toDate, 
    PayrollRateBasis _rateBasis, 
    PayrollTimePeriod _timePeriod)

Run On

Called

Parameters

Return Value

Type: PayrollEarningRate Extended Data Type
The compensation for the pay period.

See Also

Reference

PayrollEarningGenerationTask Class