Share via


PurchReApprovalPolicyRuleFieldList.moveOneFastTab Method [AX 2012]

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

Syntax

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

Run On

Client

Parameters

  • _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.

See Also

Reference

PurchReApprovalPolicyRuleFieldList Class