BankClientFormatForm.createNode Method [AX 2012]

Creates node of the tree.

Syntax

public TreeItemIdx createNode(
    Common _common, 
    boolean _child, 
    TreeItemIdx _parent, 
   [TreeItemIdx _insertAfter])

Run On

Called

Parameters

  • _common
    Type: Common Table
    The record that is the source of the node's data.
  • _child
    Type: boolean
    A value that defines that new node as a child node.

Return Value

Type: TreeItemIdx Extended Data Type
The tree item object.

Exceptions

Exception Condition
Error

The _common parameter cannot be identified.

Remarks

This method creates a tree node, depending on the _common parameter.

See Also

Reference

BankClientFormatForm Class