ReqDemPlanTaskLogger.startTask Method [AX 2012]

Starts a task that has a given name.

public void startTask(ReqDemPlanTaskName _taskName, [DataAreaId _taskDataAreaId])

Run On

Called

Parameters

_taskName
Type: ReqDemPlanTaskName Extended Data Type
The name of the task.
_taskDataAreaId
Type: DataAreaId Extended Data Type
The rank of the task; optional. By default, the value is empty (cross-company task).

ExceptionCondition
Error

A logging session has not been started.

–or–

A task is currently in progress.

–or–

A name for the task was not provided.

Community Additions

ADD
Show: