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…
Question
Which class is NOT part of the Client side scoped APIs?
Options
- AGuideDialogWindow
- BGuideAjex
- CGuideRecord
- DGuideForm
How the community answered
(31 responses)- A6% (2)
- B3% (1)
- C87% (27)
- D3% (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
Community Discussion
No community discussion yet for this question.