ExamGecko
Question list
Search
Search

Question 20 - CAD discussion

Report
Export

There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

A.
Identify the table
Answers
A.
Identify the table
B.
Script the function(s)
Answers
B.
Script the function(s)
C.
Create a class
Answers
C.
Create a class
D.
Create a prototype object from the new class
Answers
D.
Create a prototype object from the new class
Suggested answer: A

Explanation:

The step that does not belong when creating a Utils Script Include is identifying the table. A Script Include is a server-side script that can contain one or more classes or functions that can be reused by other scripts. It does not depend on a specific table, but can access any table through GlideRecord or other APIs. The other steps are part of creating a Script Include class and its prototype object. References: [ServiceNow Docs - Script Includes], [ServiceNow Docs - GlideRecord API]

asked 23/09/2024
Harri Jaakkonen
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first