Copying a single hierarchy from a different dimension
A single hierarchy can be copied using the dimension and hierarchy templates. The
hierarchies of the source dimension that are not wanted must be deleted.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="40" Class="Dimension" Method="Write">
<Alea:Dimension Name="Org2014" FirstBatch="true" LastBatch="true">
<Alea:DimensionTemplate Name="Org">
<Alea:DeleteHierarchy Name="Org as of 2015" />
</Alea:DimensionTemplate>
</Alea:Dimension>
</Alea:Request>
</Alea:Document>