Share via


KanbanStatus.run Method [AX 2012]

Runs a status update for the current kanban.

Syntax

public boolean run(LeanKanbanStatus _leanKanbanStatus, [boolean _validateOnly])

Run On

Called

Parameters

  • _validateOnly
    Type: boolean
    A Boolean value that indicates whether the update must be executed or validated; optional.

Return Value

Type: boolean
true if the update can be executed or was successfully executed, depending on the _validateOnly parameter; otherwise, false.

See Also

Reference

KanbanStatus Class