Share via


DimensionHierarchyController.addDimensionHierarchy Method [AX 2012]

Adds the specified dimension hierarchy to the form to be edited.

Syntax

public void addDimensionHierarchy(
    DimensionHierarchy _dimensionHierarchy, 
    RecId _committedHierarchyId, 
    RecId _treeId, 
   [boolean _activateTabPage])

Run On

Client

Parameters

  • _committedHierarchyId
    Type: RecId Extended Data Type
    The record ID of the committed hierarchy that backs the specified dimension hierarchy if it is currently draft; otherwise 0.
  • _treeId
    Type: RecId Extended Data Type
    The record ID of the DimensionConstraintTree object that is associated with the dimension hierarchy.

See Also

Reference

DimensionHierarchyController Class