Share via


InventTransIdSum::newTransOriginIdDimension Method [AX 2012]

Creates a new instance of the InventTransIdSum class for a given inventory movement.

Syntax

client server public static InventTransIdSum newTransOriginIdDimension(
    InventTransOriginId _transOriginId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParmCriteria)

Run On

Called

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    An InventDim record used to limit the inventory transactions to be included in the calculation.
  • _inventDimParmCriteria
    Type: InventDimParm Table
    An InventDimParm record used to limit the inventory transactions to be included in the calculation.

Return Value

Type: InventTransIdSum Class
A new instance of the InventTransIdSum class.

See Also

Reference

InventTransIdSum Class