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
- _inventTrans
Type: InventTrans Table
The inventory transaction to verify.
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.