ProjWBSUpdateController.setTaskCompletionStatus Method [AX 2012]

Marks the given task (summary or leaf level) as closed.

public void setTaskCompletionStatus(smmActivities _smmActivities, boolean _isComplete)

Run On

Called

Parameters

_smmActivities
Type: smmActivities Table
Identifies the task to be closed.
_isComplete
Type: boolean
The task is marked as complete if true and as in-progress otherwise.

Caller must enclose this method within ttsbegin/ttscommit statements since this method is also reused in the logic to close a task.

Community Additions

ADD
Show: