Share via


KanbanJobStatusNotPlanned.isReadyForStatusUpdate Method [AX 2012]

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

Syntax

public boolean isReadyForStatusUpdate([LeanKanbanJobStatus _status, boolean _silent])

Run On

Called

Parameters

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

Return Value

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

Remarks

For jobs that can have a 'planned' status, this status must be set explicitly and cannot be skipped.

See Also

Reference

KanbanJobStatusNotPlanned Class