Share via


ProdMulti.mustUseDialog Method [AX 2012]

Determines whether the dialog system or the form created in dialog() should be used for dialog boxes.

Syntax

public boolean mustUseDialog()

Run On

Called

Return Value

Type: boolean
true if the dialog system should be used; otherwise, false.

Remarks

By using the dialog system, a batch tab page is added to the form.

See Also

ProdMulti Class

Dialog Class