Share via


RunBaseBatchPrintableDialog.dialog Method [AX 2012]

Returns a FormRun Class as created by the ClassFactory.createStandardPrinterForm Method.

Syntax

public Object dialog()

Run On

Client

Return Value

Type: Object Class
An object of the FormRun Class as created by the ClassFactory.createStandardPrinterForm Method.

Remarks

As an example, using the standard dialog system, this method will be called automatically after invoking the menu item.

See Also

RunBaseBatchPrintableDialog Class

RunBase.prompt Method