ReqCalcExplodeSales.dialog Method [AX 2012]
Creates a class that contains the methods that are described by the RunBaseDialogable interface.
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
CalledParameters
- _dialog
- Type: Dialog Class
A dialog represents rescheduling dialog, optional.
Return Value
Type: Object ClassA class that contains the methods that are described by the RunBaseDialogable interface.
Community Additions
ADD
Show:
Note