Form is completely non responsive. Erros on Node logs: GlideRecord.setTableName - empty table nameIssue <!-- 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; } --> Symptoms Forms are not responsive. Reference field popup, right click on the header, UI macros and changing sections does not work. Tailing the node logs while accessing the broken form displays the following error: 2018-10-11 10:18:42 (294) Default-thread-11 0B2E09D6138D6B007F67D0528144B09A txid=15e0151e138d SEVERE * ERROR * null:3874:995: <g2:list_record_relationship> GlideRecord.setTableName - empty table nameorg.mozilla.javascript.EvaluatorException: GlideRecord.setTableName - empty table name Release ALL Cause This is caused due a relationship on the form with a missing table. The relationship is usually part of a section as a section element. If you are seeing this issue on change request form and the relationship is as follows: REL.change_request.REL:ebef7dc8eff002008e4c36caa5c0fb45 This section comes from "Change Management - Collision detector" plugin that can be missing in Express to Enterprise converted instances. Resolution Delete the relationship which is a form section element from the affected form. Clear the instance cache by typing cache.do in the application navigator as an admin. This should resolve the issue.