Comments field changes not displaying in Activity Stream / Activities section in alm_hardware table<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Issue Summary: When users add or modify comments in the Comments field on asset records (or other configuration item records), these changes are not displayed in the Activities section of the form. Steps to Reproduce: Navigate to an asset record (e.g., Hardware Asset alm_hardware) or other CI record table.Locate the Comments field on the form.Enter text or modify an existing comment (e.g., type "test").Save the record.Check the Activities section / activity history area.Expected: The comment should appear as an activity entry.Actual: No activity entry is recorded for the comment change. Cause: The Comments field has auditing disabled in the table's Data Dictionary. Specifically, the field has the "No Audit" attribute set to true, which prevents ServiceNow from tracking and displaying changes to that field in the Activity Stream. Resolution: Navigate to System Definition > Dictionary in the main ServiceNow menu.Filter or search for the table and field: Table: alm_asset (or your affected table)Field/Element: comments Open the Dictionary entry record.Locate the Attributes related list.Find the "No Audit is true" attribute row.Delete this attribute row (or alternatively, open it and change the value to false).Save the change. Once the "No Audit" constraint is removed, new comments and modifications will display in the Activities section as expected. Related Records: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0720649