Post button is missing from the work notes section on application servicesIssue When a user goes to the Worknotes section of the ServiceNow Event Management page, the post button is not displayed. Steps to Reproduce: 1)Go to Event Management -> Services -> Application Services 2) Open any record from the list 3) Go to the Worknotes section Result: The post button is missingCauseThis is due to the work_notes field missing in the value of the glide.ui.cmdb_ci_service_discovered_activity.fields system property.Resolution1. Change the scope to "CMDB Workspace" 2. Edit the value for /sys_properties_list.do?sysparm_query=nameSTARTSWITHglide.ui.cmdb_ci_service_discovered_activity.fields&sysparm_list_mode=grid the list view 3. Append the value field with ",work_notes" 4. Save the system property.