xInfo.canShowCreateRuleMenuItem(xFormRun) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.