nerdexam
ServiceNow

CAD · Question #206

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

The correct answer is A. Identify the table. 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

Submitted by fernanda_arg· Apr 18, 2026Designing and Creating an Application

Question

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

Options

  • AIdentify the table
  • BScript the function(s)
  • CCreate a class
  • DCreate a prototype object from the new class

How the community answered

(43 responses)
  • A
    93% (40)
  • B
    2% (1)
  • D
    5% (2)

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.

Topics

#Script Include#Server-side Scripting#Class-based Scripting#Application Development

Community Discussion

No community discussion yet for this question.

Full CAD Practice