How to uncheck Output to Repository checkbox in output options tab dynamically for job Schedule in JasperReportServer 6.2 & 6.1 Respectively.
Changes for JasperServer 6.2 :
We have make changes in JobModel.js which is located in the
Path: <Tomcat Home>\webapps\jasperserver-pro\scripts\bower_components\jrs-ui\src\scheduler\model.
By default it will be True so make it False.
Search for saveToRepository and make it false like mentioned below
// send almost an empty object to indicate what it’s model for editing
// saveToRepository: false
Changes for JasperServer 6.1 & for olderversions :
We have make changes in Job.js which is located in the
Path: <Tomcat Home>\webapps\jasperserver-pro\scripts\scheduler\model.
In this file we will find saveToRepository on two places but we have to make change where we find this
// send almost an empty object to indicate what it’s model for editing
// saveToRepository: false
After making all the changes Clear the cache and history and reload the browser to make the changes.
Thanks & Regards,
A.Prasanth Kumar.
Free Open Source BI Platform

- AI-Powered Analytics
- Embedded Analytics
- Single Sign-On (SSO)
- Multi-Tenancy
- Paginated Canned Reporting
- Interactive Dashboard
- White Labeling


[…] Link : https://www.helicaltech.com/repository-checkbox-in-output-options-tab-dynamically/ […]