Error MessageException (TypeError: undefined is not a function. (sys_script_include.09b5281f533b030009170ef5d5dc344c.script; line 9)) occurred while evaluating'Condition: new CommunicationPlanEngine(current).canRun()' Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> 1) Below Error is shown when any update is done on an incident. Error MessageException (TypeError: undefined is not a function. (sys_script_include.09b5281f533b030009170ef5d5dc344c.script; line 9)) occurred while evaluating'Condition: new CommunicationPlanEngine(current).canRun()' in business rule 'Attach Communication plans' on incident:INCXXXXXXX; skipping business rule. 2) Same error is also seen when submitting any catalog request linked to an incident table. 3) This error is typically seen after installing "Task communication management" and "major incident management" plugin. ReleaseLondon, Madrid Business rules, Incident.CauseScript includes that are installed after activating "Task communication management" and "major incident management" plugins are dependent on "IncidentUtilsSNC()" script include which is not available as the plugin "incident (com.snc.incident)" is not activated. Follow Up questions: 1) Why is the "Incident (com.snc.incident)" plugin is already installed? "Incident (com.snc.incident)" plugin was created on 2013 and load="boot" is set , meaning this will be installed only for ZBOOT customers. Any instance that was zbooted before 2013 do not have this plugin auto activated when they upgrade to next versions. 2) How is that we already have incident table definitions on our instance without having "com.snc.incident (incident)" plugin installed? Incident table definitions are part of some other different plugin in 2013, later those definitions are moved to separate "com.snc.incident" plugin.This is why tables are available even though plugins are inactive. After that the all incident related functionality or script includes are shipped in "com.snc.incident (incident)" plugin/ResolutionThe only way to resolve the issue is to install the plugin's manually but this needs good amount of testing (Test the behavior on lower environments) as that plugins has many files shipped along with script includes, business rules etc. Refer below article for more details. "https://support.servicenow.com/kb_view.do?sysparm_article=KB0564465" Steps to Follow 1. Get a clone of prod/sub-prod 3. install "com.snc.incident" 4.install "com.snc.incident_management" 5. follow this KB article "https://support.servicenow.com/kb_view.do?sysparm_article=KB0564465" 6. install major incident management and task communication management plugins. 7. check if the reported issue is resolved and MIM workbench is working correctly. Because of installing this plugin, there are some business rules , columns, ACL's, etc are introduced on incident table. we can find them using sys_package column. Major change would be state model on incident table. Please check the state choices available on incident state column. After installing this plugin and everything is working correct from TCM and MIM, then please make sure that no functionality around incident is broken/regressed. NOTE: DO NOT INSTALL THE PLUGIN'S DIRECTLY ON PROD OR SUB-PROD.