How to use Field Watcher on Comments and WorknotesIssue <!-- 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; } --> Description The Field Watcher is a very useful tool to have when troubleshooting field behaviour. It can show what changes have been applied to a field as well as what caused the change. To use the Field Watcher, right-click on the filed label and select 'Watch - [field_name]' When using UI 16, you may notice that the Field Watcher is not available for the out of box Journal fields 'comments' and 'work_notes'. Right-click on the field label and you will not see the Context Menu provided by ServiceNow. You will see the regular right-click menu for your OS. This is due to the Activity Formatter used in UI 16. The formatter will 'bundle' together Comment and Worknotes with the Activity Stream in order to render the newer interface which introduces features such as real-time updates, activity filtering, and user presence. If you are running into issues with behavior changes for the journal fields, Field Watcher can show what scripts are making changes. You just have to remove the Activity Stream from the form (or move it to a different section) in order to stop the Activity Formatter from overriding the journal fields. Procedure Right-click on the form header and select Configure > Form Layout Find the section where the 'Activities (filtered)' field is on and move it to the 'Available list' Save your changes and you should be redirected back to the form. Right-click on the Journal field you're working with and the ServiceNow Context Menu should now appear, along with the option to 'Watch - [field_name]' Applicable Versions All (when using UI 16) Additional Information Documentation: - Activity Formatter | https://docs.servicenow.com/csh?topicname=c_ActivityFormatter.html&version=latest - Field Watcher | https://docs.servicenow.com/csh?topicname=c_FieldWatcher.html&version=latest