ReqDemPlanStagingTableBuilder.executeFillers Method [AX 2012]

Runs all registered staging table filler classes to fill the staging table.

protected ReqDemPlanTaskProcessedRecordCount executeFillers(
    ReqDemPlanCubeStagingTable _stagingTable, 
    ReqDemPlanExportBaseDataContract _dataContract, 
    RefRecId _forecastVersion, 
    ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilters)

Run On

Server

Parameters

_stagingTable
Type: ReqDemPlanCubeStagingTable Table
The staging table buffer.
_dataContract
Type: ReqDemPlanExportBaseDataContract Class
The data contract.
_forecastVersion
Type: RefRecId Extended Data Type
The forecast version.
_allocationKeyFilters
Type: ReqDemPlanAllocationKeyFilterTmp Table
The table buffer that contains current item allocation key filters.

Return Value

Type: ReqDemPlanTaskProcessedRecordCount Extended Data Type
The total number of processed records.

Community Additions

ADD
Show: