InventSumDelta::summarizeDeltaRecordsForItemAndDim Method
Creates new InventSumDelta records that are a summation of the InventSumDelta and InventSum records that exist.
Syntax
server public static Counter summarizeDeltaRecordsForItemAndDim(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
[int _limitBeforeUsingSetBasedinsert,
int _aggrCountFactorCombineNonAggrRecs])
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The ItemId value for which sum records should be created.
- _inventDimCriteria
Type: InventDim Table
An InventDim record that will be used for filtering the InventSumDelta records.
- _inventDimParm
Type: InventDimParm Table
A InventDimParm record that will be used for filtering the InventSumDelta records.
- _limitBeforeUsingSetBasedinsert
Type: int
- _aggrCountFactorCombineNonAggrRecs
Type: int
Return Value
Type: Counter Extended Data Type
A counter that can be used to identify the InventSumDelta records that were created based on the AggregationCounter field.