Page.actionPaneControlEnabled Method [AX 2012]
Sets or gets the enabled property value of a control on the Action Pane.
public boolean actionPaneControlEnabled(str controlName, [boolean enabled])
Run On
CalledParameters
- controlName
- Type: str
The name of the Action Pane control.
- enabled
- Type: boolean
A value that specifies whether the Action Pane control is enabled; optional.
Return Value
Type: booleanA Boolean value that indicates whether the Action Pane control is enabled.
Community Additions
ADD
Show: