Share via


InventJournalTrans_TagController.processReportParameters Method [AX 2012]

Disables or enables the JournalError table according to the print log parameter.

Syntax

protected 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

InventJournalTrans_TagController Class