RetailDeploymentHierarchyNode::newParameters Method [AX 2012]
Creates a new node.
Syntax
client server public static RetailDeploymentHierarchyNode newParameters(
int64 _nodeId,
RetailDeploymentHierarchyNodeType _nodeType,
int64 _parentNodeId,
RefRecId _refRecId,
str _nodeName,
[boolean _isLeaf,
boolean _drillDownAllowedBelow])
Run On
Called
Parameters
- _nodeId
Type: int64
The ID of the new node.
- _nodeType
Type: RetailDeploymentHierarchyNodeType Enumeration
The type of the new node.
- _parentNodeId
Type: int64
The node ID of the parent.
- _refRecId
Type: RefRecId Extended Data Type
The ID of the table record that the node is representing.
- _nodeName
Type: str
The name of the node.
- _isLeaf
Type: boolean
Is the node a leaf (no nodes allowed to be created below it)
- _drillDownAllowedBelow
Type: boolean
Drilldown nodes are allowed below
Return Value
Type: RetailDeploymentHierarchyNode Class
A new node instance.