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.
- _input
Type: InventAgingReportLines Class
The instance of the InventAgingReportLines that should be aggregated.
- _output
Type: InventAgingReportLines Class
The instance of the InventAgingReportLines where the result is aggregated.
Return Value
Type: InventAgingCmdAggregateSelected Class
An instance of the InventAgingCmdAggregateSelected class.