Share via


ReqIntercompanyQueryFactory.getPlannedIntercompanyDemandQuery Method [AX 2012]

Creates a query that returns the data about the planned intercompany demand in the upstream vendor company.

Syntax

public QueryRun getPlannedIntercompanyDemandQuery(DataAreaId _companyId, RefRecId _plannedOrderRecId)

Run On

Called

Parameters

  • _plannedOrderRecId
    Type: RefRecId Extended Data Type
    The ID of the planned order that is the source of the planned intercompany demand.

Return Value

Type: QueryRun Class
A query that returns the data about the planned intercompany demand in the upstream vendor company.

See Also

Reference

ReqIntercompanyQueryFactory Class