Share via


RunBaseMultiParm.mustUseDialog Method [AX 2012]

Controls whether the dialog system should be used for dialog boxes or if the system should be the form that is created in dialog().

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

RunBaseMultiParm Class

Dialog Class