Share via


KanbanType.mustInventUpdEstimated Method [AX 2012]

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.

See Also

Reference

KanbanType Class