ReqDemPlanTaskLogger.incrementTaskRecordsProcessed Method [AX 2012]

Increments the number of records that are processed in the current task.

public void incrementTaskRecordsProcessed([int64 _newRecordsProcessed])

Run On

Called

Parameters

_newRecordsProcessed
Type: int64
The number of records that are processed; optional. The default value is 1.

ExceptionCondition
Error

The _newRecordsProcessed parameter has a negative value.

–or–

No task is currently in progress.

Community Additions

ADD
Show: