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
2
Q
Where are global properties defined in a script include?
A
initialize() function
3
Q
What are the three types of reference qualifiers?
A
Simple
Dynamic
Advanced
4
Q
What are commonly extended ServiceNow classes?
A
AbstractAjaxProcessor
LDAPUtils
Catalog
5
Q
What is the reserved parameter in a GlideAjax that identifies the method?
A
sysparm_name
6
Q
What are the methods to extract the returned data from an AJAX call?
A
getXML()
getXMLAnswer()
7
Q
What are the three protection policy options?
A
None
Read-only
Protected