Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.