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
- _kanbanJobStatusUpdate
Type: KanbanJobStatusUpdate Table
A KanbanJobStatus table buffer used in the status update.
- _updateKanban
Type: boolean
A Boolean value that indicates whether the parent kanban must be updated when the kanban job is updated.
- _kanbanJobStatus
Type: KanbanJobStatus Class
- _multi
Type: RunbaseRecsMapable Interface
A RunbaseRecsMapable object; optional.
Exceptions
Exception | Condition |
---|---|
Error | The target status is not allowed for the current kanban job. |
Remarks
This method is called from a KanbanJobStatus object.