RetailCatalogCategoryTreeNode.new Method [AX 2012]

Initailises new instanceof RetailCatalogCategoryTreeNode.

public void new(
    RetailCatalogCategoryTreeNodeType _nodeType, 
    RecId _categoryRecId, 
    Name _nodeName)

Run On

Called

Parameters

_nodeType
Type: RetailCatalogCategoryTreeNodeType Enumeration
Node type of RetailCatalogCategoryTreeNodeType.
_categoryRecId
Type: RecId Extended Data Type
parameter for RecID.
_nodeName
Type: Name Extended Data Type
Name of the node.

Community Additions

ADD
Show: