KanbanJobType.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.
Exceptions
Exception | Condition |
---|---|
Error | The KanbanJob table write validation has failed. |
Remarks
The parameter overrules the inventory control rules that would otherwise be determined through the mustBeInventoryControlled method.