PayrollPayStatementJournalizeBase.dialogInit Method [AX 2012]

Initializes the dialog box.

Syntax

public DialogRunbase dialogInit([DialogRunbase dialog, boolean forceOnClient])

Run On

Called

Parameters

  • dialog
    Type: DialogRunbase Class
    A previously initialized dialog box, if you want to use one.
  • forceOnClient
    Type: boolean
    A value that specifies whether the dialog box must be instantiated on the client; optional.

Return Value

Type: DialogRunbase Class
The initialized dialog box.

Remarks

This method is not typically overridden.

See Also

Reference

PayrollPayStatementJournalizeBase Class