Share via


ReqIntercompanyQueryFactory.getBasicIncomingDemandQuery Method [AX 2012]

Creates a query that returns the incoming planned demand from the downstream customer company.

Syntax

private Query getBasicIncomingDemandQuery(Set _planVersions, [boolean _considerOnlyMatchingProducts])

Run On

Called

Parameters

  • _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 Class
The query that returns the incoming planned demand from the downstream customer company.

See Also

Reference

ReqIntercompanyQueryFactory Class