Share via


InventAgingCmdAggregateSelected::newFromParameters Method [AX 2012]

Creates an instance of the InventAgingCmdAggregateSelected class.

Syntax

client server public static InventAgingCmdAggregateSelected newFromParameters(
    InventAgingContract _contract, 
    InventAgingReportLines _input, 
    InventAgingReportLines _output)

Run On

Called

Parameters

  • _contract
    Type: InventAgingContract Class
    The instance of the InventAgingContract class that specifies how the report lines should be aggregated.

Return Value

Type: InventAgingCmdAggregateSelected Class
An instance of the InventAgingCmdAggregateSelected class.

See Also

Reference

InventAgingCmdAggregateSelected Class