InventUpdateOnhand.getInventSumDeltaNonAggrAddCountForItem Method [AX 2012]

Gets the number of nonaggregated records that were inserted into the InventSumDelta table for a specified inventory item.

Syntax

public int getInventSumDeltaNonAggrAddCountForItem(ItemId _itemId)

Run On

Called

Parameters

Return Value

Type: int
The number of nonaggregated records that were inserted into the InventSumDelta table for the specified inventory item.

Remarks

Because this count is maintained by using the standard API addInventSumDelta(), any records that were inserted in another way are not tracked.

See Also

Reference

InventUpdateOnhand Class