Share via


KanbanJobPickingListType.mustInventUpdEstimated Method [AX 2012]

Indicates whether an estimated inventory transaction of the KanbanJobPickingListType type 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 canBeUpdatedEstimated , which calls canInventUpdExpected on this class. This makes sure that only inventory controlled picking list lines will return true from the mustBeUpdatedExpected method.

See Also

Reference

KanbanJobPickingListType Class