HRMApplicationBasketApprove.dialog Method [AX 2012]
Returns a class that contains the methods that are described by the RunBaseDialogable interface.
protected Object dialog([DialogRunbase _dialog, boolean _forceOnClient])
Run On
ServerParameters
- _dialog
- Type: DialogRunbase Class
A reference to the instance of the dialog box that will be displayed.
- _forceOnClient
- Type: boolean
A Boolean value that specifies whether the dialog box must be created on the client.
Return Value
Type: Object ClassA 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).
Community Additions
ADD
Show: