Skip to content

DynamicsAXComboBox

Behavior patterm for Dynamics AX combo box.

Extends UIAObject

Extends SeSSimulatedObject

Behavior Pattern: DynamicsAXComboBoxBehavior

Action Summary

Action Description
DoSelectItem Selects an item of this object.

Action Detail

DoSelectItem

Selects an item of this object.

SeS('SomeDynamicsAXComboBox').DoSelectItem(item)

Parameters:

Name Type Description
item string | number Item index or text value to select.

Returns:

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