ServiceNow Certified Application Developer — Question 162
Which Client-side scoped API class can be used as a replacement for GlideRecord?
Answer options
- A. GlideElement
- B. GlideDialogWindow
- C. GlideAjax
- D. GlideForm
Correct answer: C
Explanation
The correct answer is GlideAjax, which is specifically designed for making asynchronous calls from the client side to server-side scripts, effectively replacing the need for GlideRecord in client-side scripts. The other options, such as GlideElement, GlideDialogWindow, and GlideForm, serve different purposes related to form manipulation and dialog management but do not provide the same functionality as GlideAjax.