ReqCalcScheduleItem.getIntercompanyDemandQuery Method [AX 2012]

Builds the query for finding 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 to use to find the planned intercompany demand.

See Also

Reference

ReqCalcScheduleItem Class