Share via


InventAgingQueryBuilder::newReceiptQtyQuery Method [AX 2012]

Builds a query to calculate the receipt quantity for a period based on the contract.

Syntax

client server public static InventAgingQueryBuilder newReceiptQtyQuery(
    InventAgingContract _contract, 
    TransDate _fromDate, 
    TransDate _toDate)

Run On

Called

Parameters

Return Value

Type: InventAgingQueryBuilder Class
A query to calculate the receipt quantity for a period based on the contract.

See Also

Reference

InventAgingQueryBuilder Class