Share via


InventTrackingDimTracingHierarchy.createSubNode Method [AX 2012]

Creates a new node in the hierarchy under the specified node.

Syntax

public int createSubNode(
    int _nodeId, 
    TableId _tableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

  • _nodeId
    Type: int
    The node under which the sub node is created.

Return Value

Type: int
The ID of the new node.

See Also

Reference

InventTrackingDimTracingHierarchy Class