Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _kanban
Type: Kanban Table
The Kanban to be cancelled.
- _kanbanJob
Type: KanbanJob Table
The KanbanJob to be checked.
- _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.