Remove email from Scheduled Reports
select * from reportscheduletask;
delete from reportscheduletask where mailid ='email@company.com';
Related Articles
Time Elapsed not avavilble on the Matrix report || Known issue at 15130 build || SD-136533
Dear Team, Our client GCA is encountering an issue regarding the matrix reports, where the Time Elapsed column is not fetching and is not available as a selection when you try to create, so we referred to the support team, and after investigation, ...
Error while saving the email server details : Duplicate entry for key
This Problem may happen when the application is holding to different mail server details. 1- So go to Reports > New query report and execute the following query : select * from IncomingMailServer 2- If you see multiple mail server configured in this, ...
Hide "New Request" Buttons via Custom Page Scripts
Purpose To hide specific "New" request buttons from the user interface using custom scripts to streamline the layout or control how users initiate requests. Implementation Options These scripts can be used independently or combined, depending on ...
Change Implementation Query Report
Purpose This report extracts Change, Task, and Worklog details specifically for changes in the Implementation stage. It provides a consolidated view to track: Change progress Task execution Ownership and priorities Worklog activity The report ...
Project Details (Milestone and Task Tracking) Query Report
Purpose This report extracts project-level details to provide a comprehensive overview of project performance and tracking. It helps monitor: Project progress Schedule adherence Cost performance Effort estimation vs actuals The report includes the ...