PayrollEarningGenerationTask::adjustSalaryEarning Method [AX 2012]
Creates or updates the salary earning line for a specific worker and position combination for a given pay period.
client server public static void adjustSalaryEarning(
PayrollPayPeriodRecId _payPeriodRecId,
HcmWorkerRecId _workerRecId,
HcmPositionRecId _positionRecId)
Run On
CalledParameters
- _payPeriodRecId
- Type: PayrollPayPeriodRecId Extended Data Type
The record ID of the record in the PayrollPayPeriod table.
- _workerRecId
- Type: HcmWorkerRecId Extended Data Type
The record ID of the record in the HcmWorker table.
- _positionRecId
- Type: HcmPositionRecId Extended Data Type
The record ID of the record in the HcmPosition table.
Show: