Share via


DimensionFocusInitializeBalance::processFullRebuild Method [AX 2012]

Rebuilds the balances of all the dimension sets.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static void processFullRebuild(
           [BatchHeader _parentBatchHeader, 
            RecId _parentTaskId, 
            LedgerRecId _ledgerRecId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static void processFullRebuild()

Run On

Called

Parameters

Remarks

The dimension set must not be currently processing.

See Also

Reference

DimensionFocusInitializeBalance Class