PurchReApprovalPolicyRuleFieldList.buildTree Method [AX 2012]
Creates a tree structure for tables, fast tabs and fields.
private void buildTree(
int _table,
int _parentTable,
FormTreeControl _tree,
Map _tableParent2Idx,
Map _fastTab2treeIdx)
Run On
ClientParameters
- _table
- Type: int
The table ID of the table that should be added to the tree structure.
- _parentTable
- Type: int
The table ID of the parent table.
- _tree
- Type: FormTreeControl Class
The FormTreeControl object where FromTreeItem objects will be added.
- _tableParent2Idx
- Type: Map Class
A map that is used to find the FormTreeItem object associated to a table ID.
- _fastTab2treeIdx
- Type: Map Class
A map that is used to find the FormTreeItem object associated to a fast tab.
Community Additions
ADD
Show: