Skip to content

DynamicsNAVToolBar

Behavior patterm for Dynamics NAV toolbar with menu items.

Extends UIAObject

Extends SeSSimulatedObject

Behavior Pattern: DynamicsNAVToolBarBehavior

Action Summary

Action Description
DoMenu Performs click on the menu item.

Action Detail

DoMenu

Performs click on the menu item.

SeS('SomeDynamicsNAVToolBar').DoMenu(path, separator)

Parameters:

Name Type Description
path string Path from the menu root to a leaf item with components delimited by separator parameter.
separator string Separator character. Possible values: ";", ",", "\", "/"
Optional, Default: ";".

Returns:

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