Share via


RetailCatalogCategoryTree.createChildCategoryNodes Method [AX 2012]

Creates a child category nodes for the parent node.

Syntax

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

Run On

Called

Parameters

  • 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.

See Also

Reference

RetailCatalogCategoryTree Class