Share via


InventOnHandReserveBase.createSameBatchReserveCheck Method [AX 2012]

Creates a new instance of the same batch reservation check class based on the specified parameters.

Syntax

public InventISameBatchReserveCheck createSameBatchReserveCheck(InventMovement _movement, InventDim _inventDim)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    Requested inventory dimensions for the reservation.

Return Value

Type: InventISameBatchReserveCheck Interface
A new instance of the same batch reservation check class based on the specified parameters.

See Also

Reference

InventOnHandReserveBase Class