Home Cireson Uploads
image


IT Monkey will place code here as examples of what Cireson's consulting team has to offer as well as examples for public consumption to benefit the Microsoft System Center community as a whole.

DISCLAIMER

All files and projects located here come as is and without any warranty or support. We will attempt to improve the projects as time goes on based on customer and community demand. Comments and improvements are welcome as well as customization requests. Your use of these Cireson Uploads is subject to our Terms of Use.


Cireson's support team has no information on these projects outside of what you have available and will not provide support for these enhancements, extensions, and scripts.

Dont forget to checkout solutions uploaded by our customers, partners and community members here.

SLA Notification Extension v1.0

IT MonkeyIT Monkey O.G.
edited May 2016 in Cireson Uploads
This custom extension will perform a search against incidents assigned to the logged in analyst and display 5 items in each incident form that have applied SLAs to them.
It will choose the first 5 results showing only breached and warning state SLA


Requirements:
v3.6+ of the Cireson Portal

Installation:
Add the following lines to your custom.js file located in the CustomSpace folder of the Cireson Portal website directory:

/* Incident Tasks */
app.custom.formTasks.add('Incident', null, function(formObj, viewModel){  	
     formObj.boundReady( function () {

       slaReminders();

     });	
});

Below this code in the custom.js file, you will need to paste the contents of the ext_SLAReminder.js

Save your custom.js and then refresh your browser

Configuration:
None required.


Comments

Sign In or Register to comment.