InventTransAutoCreateDimCheck::newFromTransItemDim Method [AX 2012]
Creates a new instance of the InventTransAutoCreateDimCheck class based on the inventory update adapter.
Syntax
client server public static InventTransAutoCreateDimCheck newFromTransItemDim(
InventTrans _inventTrans,
InventTable _inventTable,
InventDim _inventDim,
boolean _physicalUpdate)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The inventory transaction that is being updated.
- _inventTable
Type: InventTable Table
The item that the transaction refers to.
- _inventDim
Type: InventDim Table
The inventory dimensions of the transaction.
- _physicalUpdate
Type: boolean
A boolean value indicating whether the transaction is being updated physically.
Return Value
Type: InventTransAutoCreateDimCheck Class
A new instance of the InventTransAutoCreateDimCheck class.