Share via


InventUpdateOnhand.addInventSumDeltaNonAggrCountItem Method [AX 2012]

Updates the internal structure that keeps count of how many nonaggregated InventSumDelta records were inserted.

Syntax

public void addInventSumDeltaNonAggrCountItem(ItemId _itemId, int _addedCountAdjustment)

Run On

Called

Parameters

  • _addedCountAdjustment
    Type: int
    The number of nonaggregated InventSumDelta records that were inserted. This number will be added to the existing count.

Remarks

You would use this method to optimize performance for scenarios in which many order lines that reference the same item are updated and summarized in the same transaction scope.

See Also

Reference

InventUpdateOnhand Class