Share via


KanbanStatus.isStatusUpdateAllowed Method [AX 2012]

Indicates whether a status update to a given target status is allowed.

Syntax

public boolean isStatusUpdateAllowed([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 status update is allowed; otherwise, false.

Remarks

The status update is allowed under these conditions:

  • All preconditions are met.

  • The current status is before the target status.

See Also

Reference

KanbanStatus Class