Share via


DimensionHierarchyController.lazyLoadChildren Method [AX 2012]

Creates the child nodes for the specified node.

Syntax

protected void lazyLoadChildren(CLRObject _node)

Run On

Client

Parameters

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.

See Also

Reference

DimensionHierarchyController Class