Name
global.MIMWorkbenchActionsAjax
Description
Actions that can be performed on Major incident workbench.
Script
var MIMWorkbenchActionsAjax = Class.create();
MIMWorkbenchActionsAjax.prototype = Object.extendsObject(MIMWorkbenchActionsAjaxSNC, {
initialize: function(request, responseXML, gc) {
MIMWorkbenchActionsAjaxSNC.prototype.initialize.call(this, request, responseXML, gc);
},
type: 'MIMWorkbenchActionsAjax'
});
Sys ID
bd8c9c305362111056f1ddeeff7b1251