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.
Determines whether an estimated inventory transaction of type KanbanType must be updated.
Syntax
public boolean mustInventUpdEstimated()
Run On
Called
Return Value
Type: boolean
Always returns true.
Remarks
This 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 kanbans will return true from the mustBeUpdatedExpected method.