SNow CAD Exam Flashcards
(305 cards)
Any code changes done in a checked-out workflow version is applied to all ServiceNow users triggering the workflow
False
*What is a module in ServiceNow
The functionality within an application menu such as opening a new record in the same or separate window
Link types for app menus
How is access to Application menus and modules controlled?
roles
Access to modules is controlled by
roles
What are embedded lists in ServiceNow
Allows for editing related lists without having to navigate away from the form. Changes are saved when the form is saved.
Is it a best practice to develop applications in Global Scope?
False
Which of the following are correct for record producers?
UI Policies are applicable for record producer
Record producer variables map to table fields
Are ACLs mandatory for privately scoped applications
False, but it is a best practice
Developers can create an______ to prevent pushes or pulls to particular instances in the team development hierarchy
exclusion policy
Which record is generated to indicate something has occurred in ServiceNow?
Event record
The default scope for all custom applications that uniquely identifies them
Private
Script a debugger can be used to debug client-side scripts?
No
Workflow can be used to automate UI Actions?
False
g_user.hasRole(x_foo_app_user’), does this return true for the admin role?
Yes
The basic strategy while creating a utils script include, identify the steps that does not belong
identify the table
An application menu can have a maximum of 10 modules:
False, there can be as many as required by the application
What additional information does Debug Business Rules(Details) show in comparison to Debug Business Rules?
Old and new values for field values changed by the business rule
A new section can be added to a form using one of the field types in the form designer
False, Sections are added by clicking the + symbol in the current section only
Team Development administrators can require that pushes undergo___ before accepting pushes
code review
All new tables created in ServiceNow has a default form and list layout
True
Which of the following objects a before business rule have access to?
current
previous
gliderecord
All the records created using a record producer are inserted in the Requested Item(Sc_req_item) table
False
Schema map is part of the form designer
False
Which of the below methods can be used to default the current date/time in a scoped app?
new GlideDateTime().getDisplayValue()