Name

global.CommunicationManagementIncidentHandler

Description

Customer Extensible Handler for communication plans for Incident table

Script

var CommunicationManagementIncidentHandler = Class.create();
CommunicationManagementIncidentHandler.prototype = Object.extendsObject(CommunicationManagementIncidentHandlerSNC, {
  initialize: function() {
  	CommunicationManagementIncidentHandlerSNC.prototype.initialize.call(this);
  },

  type: 'CommunicationManagementIncidentHandler'
});

Sys ID

bf7612ab5348130009170ef5d5dc34c4

Offical Documentation

Official Docs: