ServiceNow Certified Application Developer — Question 59

Which of the following CANNOT be debugged using the Field Watcher?

Answer options

Correct answer: B

Explanation

The correct answer is B, as Script Includes cannot be debugged using the Field Watcher. The Field Watcher is designed to monitor client-side scripts, such as Business Rules and Client Scripts, while Access Controls are evaluated on the server-side and do not interact with the Field Watcher.