DynamicsAXMenuDropDown¶
Behavior patterm for Dynamics AX dropdown (popup).
Extends UIAObject
Extends SeSSimulatedObject
Behavior Pattern: DynamicsAXMenuDropDownBehavior
Action Summary¶
| Action | Description | 
|---|---|
| DoSelectItem | Selects an item of this object. | 
Action Detail¶
DoSelectItem¶
Selects an item of this object.
SeS('SomeDynamicsAXMenuDropDown').DoSelectItem(item)
Parameters:
| Name | Type | Description | 
|---|---|---|
| item | string | number | Item index or text value to select. | 
Returns:
boolean: 'true' if success, 'false' otherwise.