CAD Exam Topic 2 Flashcards
what is runtime access track-
ing for an application
allows administrators to manage scripts ac-
cess to application resources, by creating
a list of script operations and targets that
the system authorizes to run with options:
none, tracking, enforcing
what is the purpose of the
gs.isIneractive() function in a
business rule
the function returns true if the action is per-
formed by an interactive user
what is not a ui action type
form choice
for the role pa_admin what
method should be used to ex-
clusively check if admins have
the specified role
g_user.hasRoleExactly(‘pa_admin’)
true or false when you move
code changes to a private ap-
plication scope, you must add
the scope namespace qualifi-
er to each function call
true
what is true about scripted
REST API
- they can be used to combine data from
multiple tables - they are used when a rest operation in-
volves complex operations
what is the ServiceNow app
store
a website for downloading ServiceNow ap-
plications
True or false more than one
update set can be set to de-
fault for an application scope
false
how do you get the mobile ver-
sion of ServiceNow
$m.do
what is the best practice for
adding instructions to a form
annontation
what checkbox is selected in
acls to display the script field
advanced
true or false in a transform
map only one field can be
used for coalesce
false
the option in table configura-
tions that allows this table to
be extended from
extensible
what is true about the client
side scripted security
client side scripts have access to both the
glide user(g_user) user methods
what ways can a form field be
made read only
- client scripts
- ui actions
- field attributes
- ui policy
what is the correct link type to
use when creating a module
which opens the record pro-
ducer
url
true or false developers cre-
ate application file records di-
rectly from the application file
table
false
which report types can be cre-
ated by right clicking on a col-
umn header in a table list
bar chart and pie charts
it is best practice to define the
business requirements and
the processes an application
will manage as part of the
application development plan.
What are some considera-
tions to document as part of
the business process
business problem, data input/output,
users/stakeholders and process steps
what is not required to link
a servicenow application to a
git repository
application name
if the create module field is se-
lected when creating a table,
what is the new modules de-
fault behavior
display a list of all records from the table
what is not allowed in embed-
ded help content
images
(function executeRule (cur-
rent,previous */null when
async */){
} (current, previous);
business rule script template
is know as
self - invoking
when configurating an access
control which has no condi-
tion or script what is not true
table.id will grant access to a specific record
on a table