Share via


KanbanJobStatus.isStatusResetAllowed Method [AX 2012]

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

Syntax

public boolean isStatusResetAllowed([LeanKanbanJobStatus _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 reset is enabled; otherwise, false.

Remarks

The status update is enabled when the following conditions are true

  • All preconditions are met.

  • The current status is before the target status.

  • The target status is valid for the kanban job.

See Also

Reference

KanbanJobStatus Class