PBATreeNodeBuild.updateNodeId Method [AX 2012]
Updates the current node and all its subnodes with a new node ID and a new line number.
public void updateNodeId(
PBATreeNode PBATreeNode,
PBANodeId newNodeId,
[PBALineNum newLineNum])
Run On
CalledParameters
- PBATreeNode
- Type: PBATreeNode Table
The record in the PBATreeNode table that needs to be updated.
- newNodeId
- Type: PBANodeId Extended Data Type
The new node ID.
- newLineNum
- Type: PBALineNum Extended Data Type
The new line number of the node.
Community Additions
ADD
Show: