Share via


InventTrackingOpenSalesSummaryFilter.createReturnInventTransQuery Method [AX 2012]

Creates a Query for retrieving the InventTransId for the not shipped return order lines that have InventTransOrigin records.

Syntax

private Query createReturnInventTransQuery(
    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 return order lines with InventTransOrigin records.

See Also

Reference

InventTrackingOpenSalesSummaryFilter Class