Name

sn_comm_management.CommunicationPlanEngine

Description

No description available

Script

var CommunicationPlanEngine = Class.create();
CommunicationPlanEngine.prototype = Object.extendsObject(CommunicationPlanEngineSNC,{

  initialize: function(sourceRecord) {
  	CommunicationPlanEngineSNC.prototype.initialize.call(this, sourceRecord);
  },

  type: 'CommunicationPlanEngine'
});

Sys ID

729802f65b3b0300e3cc8e6541f91abb

Offical Documentation

Official Docs: