DimensionAccountRuleStructureController.addDimensionHierarchy Method [AX 2012]
Adds the specified dimension hierarchy to the form for editing.
Syntax
public void addDimensionHierarchy(
DimensionHierarchy _dimensionHierarchy,
RecId _committedHierarchyId,
RecId _treeId,
[boolean _activateTabPage])
Run On
Client
Parameters
- _dimensionHierarchy
Type: DimensionHierarchy Table
The dimension hierarchy to be displayed.
- _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 record that is associated with the dimension hierarchy.
- _activateTabPage
Type: boolean