Share via


KanbanJobType.runStatusUpdate Method [AX 2012]

Initializes a KanbanJobUpd object and calls the run method.

Syntax

public void runStatusUpdate(
    KanbanJobStatusUpdate _kanbanJobStatusUpdate, 
    boolean _updateKanban, 
    KanbanJobStatus _kanbanJobStatus, 
   [RunbaseRecsMapable _multi])

Run On

Called

Parameters

  • _updateKanban
    Type: boolean
    A Boolean value that indicates whether the parent kanban must be updated when the kanban job is updated.

Exceptions

Exception Condition
Error

The target status is not allowed for the current kanban job.

Remarks

This method is called from a KanbanJobStatus object.

See Also

Reference

KanbanJobType Class