InventAgingCmdAggregateReceiptQty::newFromParameters Method [AX 2012]
Creates an instance of the InventAgingCmdAggregateReceiptQty class.
Syntax
client server public static InventAgingCmdAggregateReceiptQty newFromParameters(
InventAgingCmdMapQuery _inventAgingCmdMapQueryReceipt,
InventAgingContract _contract,
InventAgingReportLines _inventAgingReportLines)
Run On
Called
Parameters
- _inventAgingCmdMapQueryReceipt
Type: InventAgingCmdMapQuery Class
The instance of the InventAgingCmdMapQueryReceipt class that maps the query result.
- _contract
Type: InventAgingContract Class
The instance of the InventAgingContract class which defines how the result is aggregated.
- _inventAgingReportLines
Type: InventAgingReportLines Class
The instance of the InventAgingReportLines class used to aggregate the result.
Return Value
Type: InventAgingCmdAggregateReceiptQty Class
An instance of the InventAgingCmdAggregateReceiptQty class.