DynamicsNAVFastTabs¶
Behavior patterm for Dynamics NAV fast tabs control.
Extends UIAObject
Extends SeSSimulatedObject
Behavior Pattern: DynamicsNAVFastTabsBehavior
Action Summary¶
| Action | Description |
|---|---|
| DoSelectTab | Selects the tab by name. |
Action Detail¶
DoSelectTab¶
Selects the tab by name.
SeS('SomeDynamicsNAVFastTabs').DoSelectTab(tabName, toggleAdditionalFields, additionalFieldsButtonName)
Parameters:
| Name | Type | Description |
|---|---|---|
| tabName | string | Tab name to select. |
| toggleAdditionalFields | boolean | Set to true to click on Show more fields button inside the tab. Supported in Rapise 6.4+.Optional, Default: "false". |
| additionalFieldsButtonName | string | If Show more fields button is named differently in your locale you need to specify it. Supported in Rapise 6.4+.Optional, Default: "Show more fields". |
Returns:
boolean: 'true' if success, 'false' otherwise.