PurchReApprovalPolicyRuleFieldList.addFormTreeItem Method [AX 2012]

Creates a FormTreeItem instance.

private FormTreeItem addFormTreeItem(
    str _text, 
    int _resNo, 
    boolean _hasChildren, 
    str _dataKey)

Run On

Client

Parameters

_text
Type: str
The text shown in the tree.
_resNo
Type: int
The resource associated to the tree item.
_hasChildren
Type: boolean
A Boolean value that indicates whether child tree items exists.
_dataKey
Type: str
A unique key for the tree item that maps the tree structure mapping tables, fast tabs and fields.

Return Value

Type: FormTreeItem Class
A new instance of the FormTreeItem class.

Community Additions

ADD
Show: