PurchReApprovalPolicyRuleFieldList.buildFastTab Method [AX 2012]

Builds the fast tab structure by iterating a form structure.

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.
_formDataSource
Type: FormBuildDataSource Class
The FormDataSource object associate to the FormControl
_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.

Community Additions

ADD
Show: