nerdexam
ServiceNow

CAD · Question #40

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

The correct answer is C. GuideRecord. GlideRecord (referred to as 'GuideRecord' in this question, likely a typo for 'GlideRecord') is NOT a client-side scoped API. GlideRecord is a server-side API used in Business Rules, Script Includes, and other server-side scripts to query and manipulate database records. The…

Submitted by emma.c· Apr 18, 2026Application User Interface

Question

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

Options

  • AGuideDialogWindow
  • BGuideAjex
  • CGuideRecord
  • DGuideForm

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    87% (27)
  • D
    3% (1)

Explanation

GlideRecord (referred to as 'GuideRecord' in this question, likely a typo for 'GlideRecord') is NOT a client-side scoped API. GlideRecord is a server-side API used in Business Rules, Script Includes, and other server-side scripts to query and manipulate database records. The client-side scoped APIs include GlideForm (GuideForm) for manipulating form fields, GlideAjax (GuideAjex) for making asynchronous server calls from the client, and GlideDialogWindow (GuideDialogWindow) for displaying modal dialogs - all of which run in the browser context.

Topics

#Client-side APIs#Server-side APIs#Scoped APIs#Scripting fundamentals

Community Discussion

No community discussion yet for this question.

Full CAD Practice