Share via


InventTrackingDimTracingHierarchyTree.createItemTreeNode Method [AX 2012]

Create a child node in the tree for the specified item transaction under the specified tree node.

Syntax

protected TreeItemIdx createItemTreeNode(
    InventTransOrigin _inventTransOrigin, 
    InventTrans _inventTrans, 
    int _hierarchyNodeId, 
    TreeItemIdx _nodeId, 
   [TreeItemIdx _insertAfter])

Run On

Called

Parameters

  • _hierarchyNodeId
    Type: int
    The hierarchy node for which the tree node is being created.

Return Value

Type: TreeItemIdx Extended Data Type
The ID of the new node.

See Also

Reference

InventTrackingDimTracingHierarchyTree Class