Share via


InventJournalTransController.processReportParameters Method [AX 2012]

Disables or enables the JournalError table, depending on the print log parameter.

Syntax

public void processReportParameters(Query _query, boolean _showLog)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The Query parameter object of the report.
  • _showLog
    Type: boolean
    A Boolean value that specifies whether to show the error log on the report.

Remarks

Disables or enables the JournalError table.

See Also

Reference

InventJournalTransController Class