ReqCalcExplodeSales.dialog Method [AX 2012]
Creates a class that contains the methods that are described by the RunBaseDialogable interface.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public Object dialog([Dialog _dialog])
Microsoft Dynamics AX 2012 R2 (SYS)
public Object dialog()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public Object dialog()
Microsoft Dynamics AX 2012 (FPK)
public Object dialog()
Microsoft Dynamics AX 2012 (SYS)
public Object dialog()
Run On
Called
Parameters
- _dialog
Type: Dialog Class
A dialog represents rescheduling dialog, optional.
Return Value
Type: Object Class
A class that contains the methods that are described by the RunBaseDialogable interface.
Remarks
A dialog box can be either built by using the Dialog class or by using a class that is created in the Application Object Tree (AOT).