ReqIntercompanyQueryFactory.getIncomingDemandQuery Method [AX 2012]
Creates a query that returns the incoming planned demand from the downstream customer company.
public QueryRun getIncomingDemandQuery(
Set _planVersions,
[boolean _considerOnlyMatchingProducts,
ReqProcessId _processId,
ReqTrans _callerReqTrans])
Run On
CalledParameters
- _planVersions
- Type: Set Class
The set of plan versions to filter the incoming intercompany demand.
- _considerOnlyMatchingProducts
- Type: boolean
A Boolean value that indicates whether to consider only matching products in the two companies for the demand result set; optional.
- _processId
- Type: ReqProcessId Extended Data Type
A master planning process ID that is used for filtering the vendor company items that are to be included in the query result; optional.
- _callerReqTrans
- Type: ReqTrans Table
A caller intercompany planned demand record to use as a filter; optional.
Return Value
Type: QueryRun ClassA query that returns the incoming planned demand from the downstream customer company.
Community Additions
ADD
Show: