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 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.