InventMov_Sales.canInventTransBePhysicalUpdated Method [AX 2012]
Verifies whether an inventory transaction can be physically updated.
Syntax
public boolean canInventTransBePhysicalUpdated(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 updated; otherwise, false.
Remarks
This method is used to determine whether an inventory transaction can be physically updated.
For item requirements, the inventory transaction can be physically updated if it references an ended production order with a project posting method of Consumed/Linked to order.