xInfo.viewCreateRuleDialog(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.
Launches the Create alert rule form.
public:
virtual void viewCreateRuleDialog(Dynamics::AX::Application::xFormRun ^ _caller);
public virtual void viewCreateRuleDialog (Dynamics.AX.Application.xFormRun _caller);
abstract member viewCreateRuleDialog : Dynamics.AX.Application.xFormRun -> unit
override this.viewCreateRuleDialog : Dynamics.AX.Application.xFormRun -> unit
Public Overridable Sub viewCreateRuleDialog (_caller As xFormRun)
Parameters
- _caller
- xFormRun
The current form.
Remarks
The Create alert rule form will be launched from the current form, as specified by the caller parameter.