Share via


KanbanJobStatus.insert Method [AX 2012]

Inserts a record into the KanbanJob table.

Syntax

public void insert([boolean _dropEstimated])

Run On

Called

Parameters

  • _dropEstimated
    Type: boolean
    A Boolean value that indicates whether the related inventory transactions must be created.

Remarks

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

See Also

Reference

KanbanJobStatus Class