Name

global.IncidentNotificationUtil

Description

No description available

Script

var IncidentNotificationUtil = Class.create();
IncidentNotificationUtil.prototype = Object.extendsObject(IncidentNotificationUtilSNC, {
  initialize: function() {
      IncidentNotificationUtilSNC.prototype.initialize.apply(this, arguments);
  },
  type: 'IncidentNotificationUtil'
});

Sys ID

4c603d5e53656110b7edddeeff7b12ba

Offical Documentation

Official Docs: