KanbanJobType.mustInventUpdEstimated Method [AX 2012]
Determines whether an estimated inventory transaction must be updated.
Syntax
public boolean mustInventUpdEstimated()
Run On
Called
Return Value
Type: boolean
Always returns true.
Remarks
The method is called from the mustBeUpdatedExpected method on the inventory movement, together with a call to the canBeUpdatedEstimated method, which calls the canInventUpdExpected method on this class. This makes sure that only inventory controlled kanban jobs will return true from the mustBeUpdatedExpected method.