ReqCalc.getIntercompanyDemandQuery Method [AX 2012]

Builds the query to find the planned intercompany demand.

Syntax

protected QueryRun getIntercompanyDemandQuery(
    ReqIntercompanyQueryFactory _queryFactory, 
    Set _lockedPlanVersions, 
    ReqProcessId _processId)

Run On

Called

Parameters

  • _lockedPlanVersions
    Type: Set Class
    The set of plan versions that are being locked.

Return Value

Type: QueryRun Class
The query that is used to find the planned intercompany demand.

See Also

Reference

ReqCalc Class