Share via


KanbanStatus.isReadyForStatusReset Method [AX 2012]

Indicates whether all preconditions are met and the Kanban object is ready for a given target status update.

Syntax

public boolean isReadyForStatusReset(
    KanbanStatusUpdate _kanbanStatusUpdate, 
   [LeanKanbanStatus _status, 
    boolean _silent])

Run On

Called

Parameters

  • _silent
    Type: boolean
    A Boolean value that specifies whether the method can add warnings to the Infolog; optional.

Return Value

Type: boolean
true if the kanban is ready for the status update; otherwise, false.

See Also

Reference

KanbanStatus Class