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
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)- A93% (40)
- B2% (1)
- D5% (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
Community Discussion
No community discussion yet for this question.