Share via


KanbanJobStatusPrepared.mustSynchronizeKanbanStatus Method [AX 2012]

Determines whether a status update must be synchronized to the parent kanban.

Syntax

public boolean mustSynchronizeKanbanStatus([boolean _reset])

Run On

Called

Parameters

  • _reset
    Type: boolean
    A Boolean value that indicates whether the status is reset; optional.

Return Value

Type: boolean
true if the kanban status must be synchronized; otherwise, false.

Remarks

Call this method from an instance that represents the new status.

See Also

Reference

KanbanJobStatusPrepared Class