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.
- _tableId
Type: TableId Extended Data Type
The table ID for the record related to the node.
- _refRecId
Type: RefRecId Extended Data Type
The RecId for the record related to the node.
Return Value
Type: int
The ID of the new node.