InventUpdateOnhand.addDepreciateOrderedCheck Method [AX 2012]

Adds a record to the InventSumDeltaDim table to make sure that on hand checking during the final commit.

Syntax

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

Run On

Called

Parameters

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

See Also

Reference

InventUpdateOnhand Class