Share via


ReqEventProcessKanban.canUpdateKanban Method [AX 2012]

Checks if cancelling the kanban is necessary and performs it if needed.

Syntax

private boolean canUpdateKanban(
    Kanban _kanban, 
    KanbanJob _kanbanJob, 
    Set _kanbansToReplan)

Run On

Called

Parameters

  • _kanbansToReplan
    Type: Set Class
    A set of kanban record identifiers that will be replanned after being cancelled.

Return Value

Type: boolean
true if the kanban can be updated, otherwise false.

Remarks

Automatic cancellation only happens in case the associated kanban rule supports auto-planning.

See Also

Reference

ReqEventProcessKanban Class