Share via


InventModelType_MovingAverage.allowTransactionAdjustment Method [AX 2012]

Indicates whether you can adjust an inventory transaction.

Syntax

public boolean allowTransactionAdjustment([InventTrans _inventTrans, InventTransOrigin _inventTransOrigin])

Run On

Called

Parameters

  • _inventTransOrigin
    Type: InventTransOrigin Table
    The InventTransOrigin record that is related to the inventTrans record.

Return Value

Type: boolean
true if it can adjust an inventory transactions; otherwise, false.

See Also

Reference

InventModelType_MovingAverage Class