ServiceNow Certified Application Developer — Question 101

Which class is NOT part of the Client side scoped APIs?

Answer options

Correct answer: C

Explanation

The correct answer is C, GlideRecord, as it is used for server-side operations and not part of the client-side scoped APIs. The other options, GlideDialogWindow, GlideAjax, and GlideForm, are specifically designed for client-side interactions in the ServiceNow platform.