InventSumDelta::summarizeDeltaRecordsForItemAndDimLoop Method
Creates new InventSumDelta records that are a summation of the InventSumDelta and InventSum records that exist using a loop based approach.
Syntax
server private static void summarizeDeltaRecordsForItemAndDimLoop(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
Counter _aggrCnt,
CreatedTransactionId _ttsId)
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.
- _aggrCnt
Type: Counter Extended Data Type
The aggreation counter that should be assigned to the InventSumDelta records.
- _ttsId
Type: CreatedTransactionId Extended Data Type
The transaction ID that should be assigned to the InventSumDelta records.