UI 16: Old or duplicate Journal Fields are showing on formDescription<!-- 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 1. After moving to UI16 you are still seeing old journal fields 2. Form is showing duplicate fields, old and new journal fields Environment UI 16 Cause Issue could be due to one of the reason: 1. Live form property is off 2. Journal fields and activity formatter are added on separate sections 3. onLoad client script on the table that has the issue Resolution If form is still showing old journal fields, check one of these two things: 1. Make sure live form is enabled, value of the system property is true: glide.ui16.live_forms.enabled 2. Make sure Activities (filtered) (activity formatter) is added on the same section where journal fields are: If form is showing duplicate journal fields, old and new journal fields: 3. Look for onLoad client script on the form that has the issue. If all tables under task has the issue look for onLoad client script on Task table. For example: Script like below under onLoad client script: g_form.setStreamJournalFieldsDisplay(false); hide the new journal field and keep the old journal field that mess up the form and new and old journal fields are shown on the form. Additional Information 1. Also check the known error article about other known issue on journal fields: https://support.servicenow.com/kb_view.do?sysparm_article=KB0634440 2. Check the community discussion about client script 'setStreamJournalFieldsDisplay' : https://community.servicenow.com/community?id=community_question&sys_id=6e315fe9dbdcdbc01dcaf3231f9619c3&anchor=answer_5193dfa5db101fc01dcaf3231f9619c2&view_source=searchResult