コメントや作業メモがアクティビティストリームに表示されないIssue <!-- 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; } --> コメントや作業メモは、次の操作を行った後でもアクティビティストリームに表示されません。 - レコードの保存 - 「投稿」ボタンの使用 ReleaseすべてのバージョンCauseACL の制限やカスタムスクリプトプロセスが干渉していないことを確認した場合は、テーブルに対して監査が有効になっていない可能性があります。コメントフィールドとwork_notesフィールドは監査されていないテーブルでは機能しないため、監査が必要です。入力したデータは、レコードの監査履歴に保存されます。OOB テーブルでは監査がデフォルトで有効になっているため、この問題は通常、カスタムテーブルで発生します。Resolution1.sys_dictionaryに移動し、問題のあるテーブルの「コレクション」タイプレコードを見つけます。 2.それを開き、[監査] チェックボックスをオンにします。[Save (保存)] を選択します。 Related Links- 監査:https://docs.servicenow.com/csh?topicname=audited-tables-2.html&version=latest - テーブルの監査を有効にする: https://docs.servicenow.com/csh?topicname=t_EnableAuditingForATable.html&version=latest - ジャーナルフィールド:https://docs.servicenow.com/csh?topicname=r_JournalFields.html&version=latest