Scripting Module 8 Flashcards

1
Q

What are the three types of script includes?

A

Store one classless function
Define a new class
Extend an existing class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where are global properties defined in a script include?

A

initialize() function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the three types of reference qualifiers?

A

Simple
Dynamic
Advanced

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are commonly extended ServiceNow classes?

A

AbstractAjaxProcessor
LDAPUtils
Catalog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the reserved parameter in a GlideAjax that identifies the method?

A

sysparm_name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the methods to extract the returned data from an AJAX call?

A

getXML()
getXMLAnswer()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three protection policy options?

A

None
Read-only
Protected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly