PayrollPayStatementGenerationTask.createPayStatement Method [AX 2012]

Creates the pay statement and associated line and distribution records for the specified worker.

public void createPayStatement(HcmWorkerRecId _workerRecId, List _positions)

Run On

Called

Parameters

_workerRecId
Type: HcmWorkerRecId Extended Data Type
The RecId value of the record in the HcmWorker table.
_positions
Type: List Class
A List object that contains position RecId values that are applicable to the current worker.

This is the main process driver for the creation of an individual pay statement.

Community Additions

ADD
Show: