Module 3 Flashcards
The integrated development environment (ide) for continuing development on applications
Application engine studio
An intuitive development interface for building applications on the now platform which provides a step by step process to guide you through your initial application development. Guides users through the application creation process by stepping through basic application contents.
Guided application creator (GAC)
Provides an integrated development environment like interface for application developers to work on custom applications in one centralized location. Offers a simple way to create, review, and update application files from a tabbed environment.
Servicenow studio
Does app engine studio require a subscription?
Yes
A suite of tools that provides agents, case managers, help desk professionals, and managers with tools to help answer customer questions and resolve customer problems.
Workspace
The guided application is enabled via the _________ plugin by default on new and upgraded instances.
com.glide.sn-guided-app-creator
Users with this role have access to the guided application creator. Intended to be used by system admins, developers, and analyst
sn_g_app_creator.app_creator
The welcome screen will appear the first time the guided application center is used. To see the screen again do what?
Remove user preference sn_g_app_creator.has_viewed_gac
the guided application creator doesn’t support edge iE11 or older
True
App engine studio provides a basic workspace that includes a home page, lists, analytics center, and ________
Search
What are the two guided application access points?
system applications> my company applications> create new
In studio, select the create application button.
A now platform application for process automation and integrations that uses common protocols (e.g. APIs, JDBC, PowerShell, or common line scripting and languages) to interact with external platforms within servicenow
Integration hub
Integration hub integrations are referred to as _______, which are easy to configure and enable you to quickly add powerful actions without the need to write scripts
Spokes
A tool for editing tables that you’ve added to your application
Table builder
this is a drag and drop, what you see is what you get editor for creating and editing agent workspaces landing pages
UI builder
How do you open ui builder?
workspace experience> administration > all workspaces
This is a feature that enables process owners to automate work. Build multi step flows from reusable components without having to code. It is the default now platform process automation builder used to create flows. It replaced the legacy workflow graphical editor.
Flow designer
This allows you to build connected digital workflow apps with a low code platform?
Creator workflows
This allows you to build and manage multiple complex workflows easily with low code playbooks and our enterprise application development platform
Process automation designer
A predefined action, flow, and/or integration for connecting or automating 3rd party systems or processes with flow designer
Spoke
Online marketplace for downloading and installing ServiceNow applications that are free or charge a monthly fee
ServiceNow store
Applications are available in the ServiceNow store for installation on any ServiceNow instance running a version supported by the application only after what?
The application has been reviewed and approved my servicenow
Apps from the servicenow store may or may not be free (monthly fee)
True
The guided application creator guided users through the application creation process. What steps are included?
Application configuration (define the application) , user role (existing or create new), user experience (classic,mobile), table, field inputs, table configurations, and next steps
The scope value will appear as the prefix to the name for many application artifacts. The scope value is automatically set by ServiceNow. The scope is constructed by linking together what?
x_ + <value> + application name (first 12 characters) the glide.appcreator.company.code property value is set by servicenow and is not user changeable. It is typically 2-5 characters long.</value>
What are the two user experience options?
Classic and mobile
What are the 3 ways to designate data table options?
Select an existing without creating a custom table
Create a custom table without selecting an existing table
Select an existing table and then create a custom table
What are the table creation method options?
-Upload a spreadsheet. Turn a spreadsheet into a custom table.
-Extend a table. Create a custom table that copies an existing table, and add additional fields to the child table.
-Create a table.
What is one of the most important decisions to make for an application?
Deciding whether or not you want to base your application on an existing servicenow table
If you extend an existing servicenow table you inherit the functionality built into servicenow for _______
The base table
If you start from a blank table (brand new table), you have the opportunity to do what?
Script and configure all behaviors for your application
Applications can use multiple tables, what are they?
-Base tables that contains the primary application records
-Reference/ lookup tables
Tables must have what selected in order to be extended?
Extensible
Can you extend a system or database view table?
No
All other approval activities work only with tables which extend task except?
The user approval workflow activity which works with all tables
Should you create a new table or extend an existing table if you want to use the approval workflow activities?
Extend
Should you create a new table or extend an existing table if the scripts and workflow for an existing table are useful for the application?
Extend
Should you create a new table or extend an existing table if a table exists with fields that are similar to what you need?
Extend
This is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.
It’s goals include speed, data integrity, and support for distributed, non- linear workflows
Git repository
Git is a cloud based source control management system which uses repositories and branching. Can use different tools like GitLab, GitHub, Gitorious Bitbucket, or others. (T/F)
True
How do you link a servicenow application to Git?
Create a repository in the Git tool of your choice
Open the app in studio
Open source control> link to source control
Configure the link: repository url, user name, and password
Select the link to source control button
What 3 things do you need to link a servicenow application to Git?
repository url, user name, and password
In studio, once an application is linked to a source control what happens?
A default branch is set and the default value is set to sn_instances/<instance_name></instance_name>
Source control integration supports what kind of applications?
All custom applications, scoped & global
How do you link a repository behind a firewall?
By using a mid server
How can a system administrator change the branch value?
By setting the glide.source_control.default_branch_name property
Connecting a local servicenow application to a new git repository is called?
Link
Bringing an existing app in a Git repository into the now platform is called?
Import
The process of sending the current local application to the servicenow repository?
Publish
What are the 2 different repository versions?
Git and ServiceNow
This is a point in time maker. Once set, cannot be modified. Can be used to create a branch in ServiceNow.
Tag
This is a copy of a repository under a new account
A fork