PurchReApprovalPolicyRuleFieldList.setFastTabNameMap Method [AX 2012]
Updates the fast tab name map.
private void setFastTabNameMap(
TableId _tableId,
str _fastTabName,
str _fastTabLabel,
Set _fastTabFields)
Run On
ClientParameters
- _tableId
- Type: TableId Extended Data Type
The table ID that contains the fast tabs.
- _fastTabName
- Type: str
The name of fast tab which the field is associated.
- _fastTabLabel
- Type: str
The label of the fast tab.
- _fastTabFields
- Type: Set Class
The set of fields that is associated to the fast tab specified in _fastTabName value.
Community Additions
ADD
Show: