Share via


xInfo.canShowCreateRuleMenuItem(xFormRun) Method

Definition

Determines whether the menu item for the Create alert rule form should be displayed for a form.

public:
 virtual bool canShowCreateRuleMenuItem(Dynamics::AX::Application::xFormRun ^ _caller);
public virtual bool canShowCreateRuleMenuItem (Dynamics.AX.Application.xFormRun _caller);
abstract member canShowCreateRuleMenuItem : Dynamics.AX.Application.xFormRun -> bool
override this.canShowCreateRuleMenuItem : Dynamics.AX.Application.xFormRun -> bool
Public Overridable Function canShowCreateRuleMenuItem (_caller As xFormRun) As Boolean

Parameters

_caller
xFormRun

The current form: the form from which the Create alert rule menu item can be displayed.

Returns

true if the current form supports the creation of alerts; otherwise false.

Applies to