Hi all, We have just started using the Dashboard, and it is fantastic! The only issue we have is the SLA Violations are showing the same amount as the open tickets. Can anyone point me in the right direction for changing the target. I did look at this post, but as you can tell coding is not my strong point
The SLA violations are pulled from the Autotask API. Every ticket has an attribute called “ServiceLevelAgreementHasBeenMet” which we use to calculate the totals.
The target can be changed by altering the actual code of the widget, located at
/var/www/app/Plugin/Autotask/View/Elements/Widgets/ticketstatus.ctp.
Any pointers would be greatly appreciated.
Hi all, We have just started using the Dashboard, and it is fantastic! The only issue we have is the SLA Violations are showing the same amount as the open tickets. Can anyone point me in the right direction for changing the target. I did look at this post, but as you can tell coding is not my strong point The SLA violations are pulled from the Autotask API. Every ticket has an attribute called “ServiceLevelAgreementHasBeenMet” which we use to calculate the totals. The target can be changed by altering the actual code of the widget, located at /var/www/app/Plugin/Autotask/View/Elements/Widgets/ticketstatus.ctp. Any pointers would be greatly appreciated.