PurchReApprovalPolicyRuleFieldList.addField Method [AX 2012]
Adds a field to the fast tab structure.
private void addField(
int _formControlDataSourceId,
FieldId _formControlDataField,
str _formControlLabel,
int _fastTabRootFormDataSourceId,
Set _includeFormDataSource,
str _fastTabName,
[Set _fastTabFields])
Run On
ClientParameters
- _formControlDataSourceId
- Type: int
The form data source ID of the field specified in _formControlDataField .
- _formControlDataField
- Type: FieldId Extended Data Type
The field ID of the field that should be added to the tree structure.
- _formControlLabel
- Type: str
The label of the form control.
- _fastTabRootFormDataSourceId
- Type: int
The form data source ID of the root FormDataSource associated to the fast tab.
- _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 which the field is associated.
- _fastTabFields
- Type: Set Class
The Set of fields that is associated to the fast tab specified in _fastTabName .
Community Additions
ADD
Show: