ServiceNow Certified Application Developer — Question 99
What is the GlideForm Client-side scripting object?
Answer options
- A. sn.form
- B. g_form
- C. gs.form
- D. gs_form
Correct answer: B
Explanation
The correct answer is B, g_form, which is the standard object used in ServiceNow for client-side scripting to manipulate forms. Options A, C, and D are incorrect as they refer to either non-existent objects or incorrect naming conventions within ServiceNow's API.