Share via


KanbanType.runStatusUpdate Method [AX 2012]

Initializes a KanbanUpd object and calls the run method.

Syntax

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

Run On

Called

Parameters

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

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