Share via


KanbanType.runStatusReset Method [AX 2012]

Initializes a KanbanUpdReset object and calls the run method.

Syntax

public void runStatusReset(
    KanbanStatusUpdate _kanbanStatusUpdate, 
    boolean _updateJobs, 
    KanbanStatus _kanbanStatus, 
   [RunbaseRecsMapable _multi])

Run On

Called

Parameters

  • _updateJobs
    Type: boolean
    A Boolean value that specifies whether the kanban jobs must be updated.

Exceptions

Exception Condition
Error

The target status is not allowed for the current kanban.

Remarks

This method is called from a KanbanStatus object.

See Also

Reference

KanbanType Class