Share via


KanbanStatus.mustSynchronizeKanbanJobStatus Method [AX 2012]

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

Syntax

public boolean mustSynchronizeKanbanJobStatus([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 job 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

KanbanStatus Class