Share via


LedgerJournalMultiPost.mustUseDialog Method [AX 2012]

Determines whether the dialog system should be used for dialogs or if the system should be the form that is created in the dialog method.

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

Reference

LedgerJournalMultiPost Class