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
- _inventTrans
Type: InventTrans Table
The InventTrans record to adjust.
- _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.