Share via


ReqDemPlanBaselineForecast.getAllocationKeysWithData Method [AX 2012]

Builds a query that returns all allocation keys for which there is data in the staging table.

Syntax

public Query getAllocationKeysWithData(Query _allocKeysQuery)

Run On

Server

Parameters

  • _allocKeysQuery
    Type: Query Class
    The original query that returns the allocation keys.

Return Value

Type: Query Class
A query that contains only allocation keys for which there is actual data.

See Also

Reference

ReqDemPlanBaselineForecast Class