RetailCatalogCategoryTree.createChildCategoryNodes Method [AX 2012]

Creates a child category nodes for the parent node.

public TreeItemIdx createChildCategoryNodes(
    TreeItemIdx _parentIdx, 
    Map treeMap, 
    container childrenContainer)

Run On

Called

Parameters

_parentIdx
Type: TreeItemIdx Extended Data Type
The node to which the sub tree will be added.
treeMap
Type: Map Class
The map through which the child nodes are created.
childrenContainer
Type: container
Container to hold children nodes.

Return Value

Type: TreeItemIdx Extended Data Type
The ID value of child category node created.

Community Additions

ADD
Show: