PurchReApprovalPolicyRuleFieldList.moveOneFastTab Method [AX 2012]

Moves all fields associated to a fast tab from one tree structure to another.

private void moveOneFastTab(
    FormTreeControl _fromTree, 
    FormTreeControl _toTree, 
    Map _fromFastTab2treeIdx, 
    Map _toFastTab2treeIdx, 
    FormTreeItem _formTreeItem)

Run On

Client

Parameters

_fromTree
Type: FormTreeControl Class
The FormTreeControl object where tree items should be removed.
_toTree
Type: FormTreeControl Class
The FormTreeControl object where tree items should be added.
_fromFastTab2treeIdx
Type: Map Class
A map that is used to find the FormTreeItem object associated to a fast tab.
_toFastTab2treeIdx
Type: Map Class
A map that is used to find the FormTreeItem object associated to a fast tab.
_formTreeItem
Type: FormTreeItem Class
The fast tab FormTreeItem object.

Community Additions

ADD
Show: