InventMovement.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 that is to be verified.

Return Value

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

Remarks

This method will be used to determine whether an inventory transaction can be physically updated.

See Also

Reference

InventMovement Class