DimensionHierarchyController.duplicateStructure Method [AX 2012]
Duplicates the specified tree.
Syntax
protected DimensionHierarchy duplicateStructure(
RecId _sourceTreeId,
Name _name,
Description _description)
Run On
Client
Parameters
- _sourceTreeId
Type: RecId Extended Data Type
The record ID of the tree to duplicate.
- _name
Type: Name Extended Data Type
The name of the new hierarchy.
- _description
Type: Description Extended Data Type
The description of the new hierarchy.
Return Value
Type: DimensionHierarchy Table
The created instance of the DimensionHierarchy class.