CAD · Question #18
Which of the following CANNOT be debugged using the Field Watcher?
The correct answer is B. Script Includes. 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…
Question
Which of the following CANNOT be debugged using the Field Watcher?
Options
- ABusiness Rules
- BScript Includes
- CClient Scripts
- DAccess Controls
How the community answered
(25 responses)- A4% (1)
- B84% (21)
- C4% (1)
- D8% (2)
Explanation
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.
Topics
Community Discussion
No community discussion yet for this question.