Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _itemId
Type: ItemId Extended Data Type
The item ID to search for.
- _inventDimCriteria
Type: InventDim Table
The dimensions to search for.
- _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.