Share via


DimensionTree::createDraft Method [AX 2012]

Creates a draft version of the tree.

Syntax

server public static RecId createDraft(RecId _treeId)

Run On

Server

Parameters

Return Value

Type: RecId Extended Data Type
The record ID of the draft tree.

Remarks

If two users try this at the same time, only one will win because of the index on the DimensionHierarchy object.

See Also

Reference

DimensionTree Class