BankClientFormatForm.findOrCreateRoot Method [AX 2012]

Returns the root node of the tree, or creates a root node if the root node does not alredy exist.

Syntax

public TreeItemIdx findOrCreateRoot([str _rootText])

Run On

Called

Parameters

  • _rootText
    Type: str
    The root node text.

Return Value

Type: TreeItemIdx Extended Data Type
The root node object.

See Also

Reference

BankClientFormatForm Class