With this enhancement, Intellicus enables to cache templates in case of modifications done from the portal (under Administration > Configure > Config Files).
Caching reduces the manual intervention of restarting the web server in case any change is made to the template files.
Intellicus 18.0 introduces a new cache implementation called 'Cache Templates' to cache those changes at the web server end.
This enhancement allows administrators to configure Intellicus to send emails in plain text format for personal, text heavy messages instead of HTML format. Plain-text emails may also be used if the mail transfer agent does not support HTML emails.
You need to configure the property in ReportEngine.properties as
EMAIL_CONTENT_TYPE=text/plain
The default value is text/html
Example, the success message in the form of plain-text email appears as shown in the image below.
Intellicus 18 enables you to view the report execution statistics like report run duration, row/column/page count etc. for a chosen output format. With the help of such statistics, you can decide which report to run directly, run in background or run using the schedule option.
If you wish to use this feature, you need to enable the 'Statistics' property under Administration > Configure > Server on Intellicus portal. Apart from this, you can also enable this property under
The execution time of a report instance or the average time of last report runs in a specific format can be viewed at various pages on the portal as shown in below images.
Right-click report-name on Explorer
Run Report
Navigate > Reports > My Reports
Explorer
Schedule Jobs
Add Task