ServiceNow Certified Application Developer — Question 133
Client-side scripts manage what?
Answer options
- A. User access
- B. Database and backend
- C. Playbook access
- D. Forms and Form Fields
Correct answer: D
Explanation
Client-side scripts are primarily responsible for managing the user interface, which includes handling forms and their fields. The other options, such as user access and backend management, are typically handled by server-side scripts or other security measures, not client-side scripts.