KMCollectionCheck.dialog Method [AX 2012]

Returns a class that contains the methods that are described by the RunBaseDialogable interface.

public Object dialog([DialogRunbase _p1, boolean _p2])

Run On

Called

Parameters

_p1
Type: DialogRunbase Class
An already initialized instance of the DialogRunBase class; optional.
_p2
Type: boolean
A Boolean value that specifies whether the dialog must be created on the client; optional.

Return Value

Type: Object Class
A class that contains the methods that are described by the RunBaseDialogable interface.

A dialog box can be built by using either the Dialog class or a class that is created in the Microsoft Dynamics AX Application Object Tree (AOT).

Community Additions

ADD
Show: