The Field Watcher is a debugging tool that allows you to monitor the values of fields on a form as they change due to scripts or other actions. It can be used to debug Business Rules, Client Scripts, and Access Controls, but not Script Includes. Script Includes are server-side scripts that define reusable functions and classes. They are not associated with any specific field or form, and therefore cannot be watched by the Field Watcher. Reference: Field Watcher Script Includes
最新のコメント (最新のコメントはトップにあります。)
Bかも
以下参考資料
フィールド監視情報には次のもの
「フィールドを変更したオブジェクトのタイプとその関連名:フィールドで変更されたアイテムのタイプ。たとえば、クライアントスクリプト、ビジネスルール、ACL など」
https://docs.servicenow.com/ja-JP/bundle/tokyo-application-development/page/script/debugging/concept/c_FieldWatcher.html
https://www.servicenow.com/community/developer-forum/which-of-the-following-cannot-be-debugged-using-field-watcher/m-p/2531134
答えはDです
答えはD。
ServiceNowのフィールドウォッチャーは、フィールドの変更を追跡し、何がその変更を引き起こしたかを表示するためのツールです。しかし、フィールドウォッチャーはアクセス制御のデバッグには使用できません。