Share via


KanbanJobStatus.update Method [AX 2012]

Updates a record in the KanbanJob table.

Syntax

public void update([boolean _dropEstimated, boolean _createMode])

Run On

Called

Parameters

  • _dropEstimated
    Type: boolean
    A Boolean value that indicates whether the related inventory transactions must be updated.
  • _createMode
    Type: boolean
    A Boolean value that defines if the kanban job is currently being updated.

Remarks

The method forwards the call to an instance of the KanbanJobType class.

See Also

Reference

KanbanJobStatus Class