Share via


PurchReApprovalPolicyRuleFieldList.buildFastTab Method [AX 2012]

Builds the fast tab structure by iterating a form structure.

Syntax

private void buildFastTab(
    FormBuildControl _formControl, 
    FormBuildDataSource _formDataSource, 
    Set _includeFormDataSource, 
    str _fastTabName, 
   [Set _fastTabFields])

Run On

Client

Parameters

  • _formControl
    Type: FormBuildControl Class
    A FormControl object that will be iterated if it contains child FormControl objects or added to the fast tab structure.
  • _includeFormDataSource
    Type: Set Class
    A set of form data source IDs that is included in the fast tab.
  • _fastTabName
    Type: str
    The name of fast tab that will be added to the fast tab structure.
  • _fastTabFields
    Type: Set Class
    A set of fields that will be shown for each fast tab.

See Also

Reference

PurchReApprovalPolicyRuleFieldList Class