ServiceNow Certified Application Developer — Question 88
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Answer options
- A. Identify the table
- B. Script the function(s)
- C. Create a class
- D. Create a prototype object from the new class
Correct answer: A
Explanation
The correct answer is A because identifying the table is not a necessary step when creating a Utils Script Include. The other options, such as scripting functions, creating a class, and creating a prototype object, are essential for the development of a Script Include.