- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 12:57 AM
お世話になっております。
sys_auditテーブルのレコードを見ていたところ、テーブルのカラムのauditをtrueに設定していないカラムの変更も出力されています。(sys_userの最終ログインやcsm_consumer_userのロックアウトの変更など)
sys_auditテーブルで変更が出力されるのは、audit=trueのカラムの変更のみという認識だったのですが、それとは別の設定箇所があったりするのでしょうか?または前提の認識が間違っているのでしょうか?
よろしくお願いします。
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 01:10 AM
if table is audited then all fields under it will be audited even if a field is excluded.
no_audit field attribute is used if you want to exclude a field from audit if table is audited.
check these links for better explanation
Exclusion list Auditing - How to activate/deactivate auditing for a specific table or field
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 01:10 AM
if table is audited then all fields under it will be audited even if a field is excluded.
no_audit field attribute is used if you want to exclude a field from audit if table is audited.
check these links for better explanation
Exclusion list Auditing - How to activate/deactivate auditing for a specific table or field
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader