Share via


WMSJournalTransController.processReportParameters Method [AX 2012]

Disables or enables the JournalError table that is based on the print log parameter.

Syntax

protected void processReportParameters(Query _query, boolean _printLog)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The Query parameter object of the report.
  • _printLog
    Type: boolean
    A Boolean value that indicates whether to enable or disable the table.

Remarks

This method disables or enables the JournalError table.

See Also

Reference

WMSJournalTransController Class