ReqDemPlanForecastDataProcessor.execute Method [AX 2012]

Executes the main routine.

public abstract int64 execute(
    ReqDemPlanForecast _forecastTable, 
    ReqDemPlanExportBaseDataContract _dataContract, 
    RefRecId _forecastVersion)

Run On

Called

Parameters

_forecastTable
Type: ReqDemPlanForecast Table
The forecast table buffer.
_dataContract
Type: ReqDemPlanExportBaseDataContract Class
The data contract.
_forecastVersion
Type: RefRecId Extended Data Type
The forecast version.

Return Value

Type: int64
The number of records processed.

Community Additions

ADD
Show: