Share via


SalesPackingSlipController.dialogShow Method [AX 2012]

Displays the dialog box.

Syntax

protected void dialogShow()

Run On

Called

Remarks

For print management, if the report viewer form is displayed, we do not want to close it. This will let you view multiple copies of same report under print management settings. Override this method to detach the form after the report viewer is shown. This enables multiple report viewers to be displayed.

See Also

Reference

SalesPackingSlipController Class