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
- _itemId
Type: ItemId Extended Data Type
The ID of the inventory item.
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.