Share via


InventSumDelta::summarizeDeltaRecords Method

Creates new InventSumDelta records that are a summation of the InventSumDelta and InventSum records that exist.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static Counter summarizeDeltaRecords(
            ItemId _itemId, 
           [int _limitBeforeUsingSetBasedinsert, 
            int _aggrCountFactorCombineNonAggrRecs])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static Counter summarizeDeltaRecords(
            ItemId _itemId, 
           [int _limitBeforeUsingSetBasedinsert, 
            int _aggrCountFactorCombineNonAggrRecs])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static Counter summarizeDeltaRecords(ItemId _itemId)

  Microsoft Dynamics AX 2012 (FPK)
          server public static Counter summarizeDeltaRecords(ItemId _itemId)

  Microsoft Dynamics AX 2012 (SYS)
          server public static Counter summarizeDeltaRecords(ItemId _itemId)

Run On

Server

Parameters

  • _limitBeforeUsingSetBasedinsert
    Type: int
    A number that will determine when a set-based insert is used. Optional.
  • _aggrCountFactorCombineNonAggrRecs
    Type: int
    A number that will determines when non-aggregated records should be combined . Optional.

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.

See Also

Reference

InventSumDelta Table