Share via


InventTrackingOpenSalesSummaryFilter.createSalesInventTransQuery Method [AX 2012]

Creates a Query for retrieving the InventTransId for the not shipped sales order lines.

Syntax

private Query createSalesInventTransQuery(
    ItemId _itemId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParm)

Run On

Called

Parameters

  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm record specifying which fields to use as ranges.

Return Value

Type: Query Class
A Query to use for retrieving the InventTransId for the not shipped sales order lines.

See Also

Reference

InventTrackingOpenSalesSummaryFilter Class