Skip to content

DynamicsAXFastTabs

Behavior patterm for Dynamics AX fast tabs control.

Extends UIAObject

Extends SeSSimulatedObject

Behavior Pattern: DynamicsAXFastTabsBehavior

Action Summary

Action Description
DoSelectTab Selects the tab by name.

Action Detail

DoSelectTab

Selects the tab by name.

SeS('SomeDynamicsAXFastTabs').DoSelectTab(tabName)

Parameters:

Name Type Description
tabName string Tab name to select

Returns:

boolean: 'true' if success, 'false' otherwise.