DimensionHierarchyController.lazyLoadChildren Method [AX 2012]
Creates the child nodes for the specified node.
Syntax
protected void lazyLoadChildren(CLRObject _node)
Run On
Client
Parameters
- _node
Type: CLRObject Class
The node for which to load children.
Remarks
If there is a single child it will be loaded and the lazyLoadChildren method will be called for it also. If there are multiple children, they will not be loaded and they will be represented by unloaded nodes that will be lazy-loaded.