Share via


PayrollEarningReleaseForPayment.initializeTask Method [AX 2012]

Constructs the PayrollEarningReleaseForPaymentTask class that is used to release the earnings for payment or hold the earnings for payment.

Syntax

public RunBaseBatch initializeTask(container _batchTaskGroupList)

Run On

Called

Parameters

  • _batchTaskGroupList
    Type: container
    The list of workers and related positions for which the PayrollEarningReleaseForPaymentTask class should process earning statements.

Return Value

Type: RunBaseBatch Class
The PayrollEarningReleaseForPaymentTask class.

See Also

Reference

PayrollEarningReleaseForPayment Class