Share via


InventMov_Sales.canUpdateRefProdTable Method [AX 2012]

Verifies whether an inventory transaction can be physically or financially updated.

Syntax

private boolean canUpdateRefProdTable(InventTrans _inventTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true if the inventory transaction can be physically or financially updated; otherwise, false.

Remarks

This method is used to determine whether an inventory transaction can be physically or financially updated.

For an item requirement inventory transaction that references a production order that has a project posting method of Consumed or Linked to order, the production order should be ended in order to physically or financially update the inventory transaction.

See Also

Reference

InventMov_Sales Class