ExamGecko
Question list
Search
Search

Question 71 - CAD discussion

Report
Export

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

A.
GuideDialogWindow
Answers
A.
GuideDialogWindow
B.
GuideAjex
Answers
B.
GuideAjex
C.
GuideRecord
Answers
C.
GuideRecord
D.
GuideForm
Answers
D.
GuideForm
Suggested answer: C

Explanation:

This class allows you to create and manipulate dialog windows on the user interface. You can use this class to display messages, forms, or custom HTML content in a modal window.

GuideAjex: This class allows you to make asynchronous calls to the server and process the response. You can use this class to retrieve data, execute scripts, or perform actions on the server without reloading the page.

GuideForm: This class allows you to access and manipulate the fields and values on a form. You can use this class to get or set field values, show or hide fields, add or remove options, or validate field inputs.

The class GuideRecord is not part of the Client side scoped APIs. GuideRecord is part of the Server side scoped APIs, which are a set of classes and methods that allow you to interact with the database and perform server-side logic on the ServiceNow platform. GuideRecord is a class that represents a record in a table and allows you to query, insert, update, or delete records on the server.

References:

[Client side scoped APIs]

[Server side scoped APIs]

asked 23/09/2024
Peter Jennings
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first