PBATreeNodeCompile::getTreeNodeCode Method [AX 2012]

Gets the source code for a particular tree node of a product model without recompiling the full model.

server public static str getTreeNodeCode(PBATreeNode _pbaTreeNode)

Run On

Server

Parameters

_pbaTreeNode
Type: PBATreeNode Table

Return Value

Type: str
A string that contains the X++ source code of the tree node.

VersionControl tool handles the necessity of switching off a version control system.

Show: