Share via


KanbanJobStatus.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

The base class always returns false.

This method should be called from an instance that represents the new status.

See Also

Reference

KanbanJobStatus Class