ReqIntercompanyQueryFactory.getIncomingDemandQueryForItem Method [AX 2012]
Creates a query that returns the incoming planned demand from the downstream customer company.
public QueryRun getIncomingDemandQueryForItem(Set _planVersions, ItemId _itemId)
Run On
CalledParameters
- _planVersions
- Type: Set Class
The set of plan versions to filter the incoming intercompany demand.
- _itemId
- Type: ItemId Extended Data Type
The item ID to filter the intercompany demand.
Return Value
Type: QueryRun ClassA query that returns the incoming planned demand from the downstream customer company.
Community Additions
ADD
Show: