Share via


InventTransIdSum::newParameters Method [AX 2012]

Creates a new instance of the InventTransIdSum class for a specified inventory movement based on specified parameters.

Syntax

client server public static InventTransIdSum newParameters(
    InventTransOriginId _transOriginId, 
    boolean _perChildType, 
    InventTransChildType _childType, 
    InventTransChildRefId _childRefId)

Run On

Called

Parameters

  • _perChildType
    Type: boolean
    true if it should calculate the result for the specified child type and reference; otherwise, false.

Return Value

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

See Also

Reference

InventTransIdSum Class