This documentation is archived and is not being maintained.
ReqDemPlanSSASHelper.enableWriteback Method [AX 2012]
Creates the writeback partition for the DemandPlanning cube.
public void enableWriteback(
str _databaseName,
str _cubeId,
[boolean _dropExistingWritebackPartition])
Run On
Server
Parameters
-
_databaseName
- Type: str
The Analysis Services database name.
-
_cubeId
- Type: str
The Analysis Services cube ID.
-
_dropExistingWritebackPartition
- Type: boolean
A flag that indicates whether any existing writeback partition should be dropped.
Enabling writeback is not enough to perform writeback MDX to the cube. The cube should also be processed.