PurchReApprovalPolicyRuleFieldList.fillTree Method [AX 2012]
Populates the tree structure by adding FormTreeItem objects for tables, fast tabs and fields.
private void fillTree(
FormTreeControl _tree,
Map _tableParent2Idx,
Map _fastTab2treeIdx,
container _data)
Run On
ClientParameters
- _tree
- Type: FormTreeControl Class
The FormTreeControl object to which FormTreeItem objects are 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.
- _data
- Type: container
A container that contains information about each tree node that is used when you create the FormTreeItem objects.
Community Additions
ADD
Show: