ReqForecastAggregate.newQuerySalesForecastOnlyOverall Method [AX 2012]
Creates a query for the ReqTrans table that contains sales forecasts for the item that is currently being processed, and for which no CustomerAccountId and CustGroupId values are set.
protected Query newQuerySalesForecastOnlyOverall(
ReqTransCache _reqTransCache,
ReqSetupDim _setupDim,
boolean _forUpdate)
Run On
CalledParameters
- _reqTransCache
- Type: ReqTransCache Class
A ReqTransCache object that contains cached master planning transactions.
- _setupDim
- Type: ReqSetupDim Class
A ReqSetupDim object that contains coverage settings for a specific item ID and inventory dimensions.
- _forUpdate
- Type: boolean
A Boolean value that specifies whether the query will be used to update values in the database.
Return Value
Type: Query ClassA Query object for the ReqTrans table that contains sales forecasts for the item that is currently being processed, and for which no CustomerAccountId and CustGroupId values are set.
Community Additions
ADD
Show: