ReqIntercompanyQueryFactory.getBasicIncomingDemandQuery Method [AX 2012]
Creates a query that returns the incoming planned demand from the downstream customer company.
private Query getBasicIncomingDemandQuery(Set _planVersions, [boolean _considerOnlyMatchingProducts])
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.
Return Value
Type: Query ClassThe query that returns the incoming planned demand from the downstream customer company.
Community Additions
ADD
Show: