InventProductGroupTreeNode::newTreeNode Method [AX 2012]
Initializes a new instance of the InventProductGroupTreeNode Class.
Syntax
client server public static InventProductGroupTreeNode newTreeNode(
InventProductGroupId _productGroupId,
InventProductGroupId _parentProductGroupId,
str _parentValuePath,
InventProductGroupName _name,
boolean _hasChildNodes)
Run On
Called
Parameters
- _productGroupId
Type: InventProductGroupId Extended Data Type
- _parentProductGroupId
Type: InventProductGroupId Extended Data Type
- _parentValuePath
Type: str
- _name
Type: InventProductGroupName Extended Data Type
- _hasChildNodes
Type: boolean
Return Value
Type: InventProductGroupTreeNode Class
A new instance of the InventProductGroupTreeNode Class.