'MID Server -> MID SNMP Trap Listener' form doesn't load if Event Management Plugin isn't installedDescriptionAccording to the docs, SNMP traps can be configured without Event Management:https://docs.servicenow.com/csh?topicname=c_SNMPTrapCollectorExtension.html&version=latestUpon opening the form, on an instance without event management, the form fails to load correctly (Javascript doesn't load). The sys_ui_section record contains a reference to an Event Management table that doesn't exist, breaking the form, although they are supposed to be independent.Steps to Reproduce 1) Create a new instance (OOTB) or log-in to an instance that doesn't have 'Event Management/ITOM' installed2) Navigate to MID Server -> MID SNMP Trap Listener 3) Click 'New' UI Action 4) Note that JS does not load, page does not respond correctly.WorkaroundLogin and navigate to this sys_ui_section record:https://<INSTANCENAME>.service-now.com/nav_to.do?uri=sys_ui_section.do?sys_id=b0928fe1df7221008ef489865df2633dLocate and open the '12M.ecc_agent_ext_context_trap.em_snmp_to_credentials.snmp' section element.Export the record as XMLGo back and delete the section elementThe form will now load. If you notice that other functionality is affected you can roll back the change by importing the above XML file.Related Problem: PRB1353786