InventSameBatchReserveCheck::newFromDim Method [AX 2012]
Creates a new instance of the same batch reservation check class.
Syntax
client server public static InventISameBatchReserveCheck newFromDim(
InventMovement _movement,
InventDim _inventDimRequested,
InventDimParm _inventDimParmRequested,
[boolean _showInfo])
Run On
Called
Parameters
- _movement
Type: InventMovement Class
The inventory movement for which the reservation is being requested.
- _inventDimRequested
Type: InventDim Table
The inventory dimension from which the reservation is being requested.
- _inventDimParmRequested
Type: InventDimParm Table
The flags for the inventory dimension values.
- _showInfo
Type: boolean
A Boolean value that indicates whether the message should be shown in the information log; optional.
Return Value
Type: InventISameBatchReserveCheck Interface
A new instance of the same batch reservation check class based on the specified parameters.