Navigating back to a form after using an "Edit" UI Action displays a page with only unstyled related listsIssue <!-- 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; } --> After clicking the Edit button on a related list and then navigating back to the form, instead of being presented with the form, a page displays containing only the related lists of the form, which appear in an unstyled manner. Instead of the form page (for example, incident.do), the related lists of the form appear (for example, list2_deferred_related_lists.do). The following screenshots show an example. ReleaseAll ReleasesCauseThis issue occurs in the following scenario: Related List Loading is set to either On-demand or After Form Loads.One or more JavaScript errors have occurred on the form.The user presses the Edit button.ResolutionTo ensure this behavior does not occur, as an administrator, you should review the browser console before clicking the Edit button on forms where this issue occurs and ensure that any JavaScript errors are corrected. JavaScript errors should never occur on forms, and they can cause many other issues apart from the one described. Some of the places where customer-defined JavaScript could cause errors on a form are: Client scriptsUI Policies (Execute if true/Execute if false)UI ScriptsUI Macros placed on the form using a UI Formatter For information about identifying the cause of JavaScript errors by using the Google Chrome browser's DevTools, see the Google Developers website. Note – JavaScript errors in the browser console have sometimes been caused by known problems. If you believe the error you are seeing is related to a known problem, raise an incident in the Now Support (HI).Related LinksFor more information about debugging client side errors check out this blog post.