InventUpdateOnhand.addReservationCheck Method [AX 2012]

Adds a record to the InventSumDeltaDim table to make sure of the reserved quantity checking during the final commit.

Syntax

public void addReservationCheck(
    ItemId _itemId, 
    InventDim _inventDim, 
    InventDimParm _inventDimParm)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The dimension values for which to perform the reserved quantity check.
  • _inventDimParm
    Type: InventDimParm Table
    The set of dimensions for which to perform the reserved quantity check.

See Also

Reference

InventUpdateOnhand Class