PayrollStatementGeneration.initializeTask Method [AX 2012]

Constructs the task class for earning or payment processing.

public abstract RunBaseBatch initializeTask(container _batchTaskGroupList)

Run On

Called

Parameters

_batchTaskGroupList
Type: container
The list of workers and related positions for the RunBaseBatch class to process.

Return Value

Type: RunBaseBatch Class
An instance of the RunBaseBatch class that has the derived class type.

This method has to be implemented in the derived classes.

Community Additions

ADD
Show: