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
- _queryFactory
Type: ReqIntercompanyQueryFactory Class
The factory class for building the queries.
- _lockedPlanVersions
Type: Set Class
The set of plan versions that are being locked.
- _processId
Type: ReqProcessId Extended Data Type
The ID of the master scheduling process.
Return Value
Type: QueryRun Class
The query to use to find the planned intercompany demand.