Share via


InventSumDelta::summarizeDeltaRecordsDim 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 summarizeDeltaRecordsDim(
            InventDim _inventDimCriteria, 
            InventDimParm _inventDimParm, 
           [int _aggrCountFactorCombineNonAggrRecs])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static Counter summarizeDeltaRecordsDim(
            InventDim _inventDimCriteria, 
            InventDimParm _inventDimParm, 
           [int _aggrCountFactorCombineNonAggrRecs])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static Counter summarizeDeltaRecordsDim(InventDim _inventDimCriteria, InventDimParm _inventDimParm)

  Microsoft Dynamics AX 2012 (FPK)
          server public static Counter summarizeDeltaRecordsDim(InventDim _inventDimCriteria, InventDimParm _inventDimParm)

  Microsoft Dynamics AX 2012 (SYS)
          server public static Counter summarizeDeltaRecordsDim(InventDim _inventDimCriteria, InventDimParm _inventDimParm)

Run On

Server

Parameters

  • _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.
  • _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