• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/117

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

117 Cards in this Set

  • Front
  • Back
Access Control List (ACL Rule)
An ACL Rule controls what data users can access and how they can access it. ACL rules require users to pas a set of requirements to gain access to particular data. (ACL is a security rule defined and set at the row-level (access to the record) and at the column-level (access to the field) and is executed when attempting to access any ServiceNow table. An Access Control List is a list of all the access controls for a table. Page (344-350))…
Access Control Wildcard Rule
The section of the wildcard(*) symbol from the name drop-down list on the Access control form means that the rule in question applies to all fields on the selected table except for those with explicit rules.

4 Elements of User Interface

Banner Frame, Edge, Application Navigator, Content Frame.
Banner Frame
Runs across the top of every page and contains a logo and global navigation
Edge
Allows you to create a customize bookmarks, toggle screen views, display tagged documents, and view a live feed flyout.
Application Navigator
Provides links to all Application Menus and modules.
Content Frame
Displays information, such as lists, forms, homepages, knowledge base, and Service Catalog.

Impersonation Icon

(administrators only) Allows the administrator to switch user views without logging out. (ie. For testing security and role-specific setup functions.)

Welcome Message

Shows the name of the current user and provides a link to the user's profile.

Elevated Privileges

(administrators only): Allows the user to elevate to a higher security role when needed and them return to their normal role.

Global Text Search

Searches for the text in multiple applications

System Menu Gear
Access Homepages, Use the application Picker, Select Update Sets, Change themes, and more.

Use the Edge to

Toggle the Application Navigator on/off.


Split Screen into list and form pane.


Display Tagged Document page.


Manage and Create Bookmarks.


Display your instance Homepage.

Type filter text

Quickly Accesses Application menus and modules (In the application Navigator)

Filter Favorite Icon

Star icon to the left of the Type Filter Text (Shows all marked favorites.

Plugins

Provides additional functionality that administrators can activate within a ServiceNow Instance.Int

Where do you change company information like Company Name and banner image?

System Properties / My Company

Where do you customize the CSS Properties


(IE. banner text color, Button Color, Size of header font)?

System Properties / CSS

List

Displays information from a data table, organized in sort-able columns. (You can search , sort, filter, and edit lists.)

Forms

Used to display information from a record in a data table.

Table

A database element (data is stored in tables). each list displays content from a single table.

Record

A set of table fields. (row)

sys_id

A unique 32 character Globally Unique ID (GUID) used to identify a record.

List Editor

Allows field values to be changed without having to access a form.

List Control

click the list control menu icon(hamburger) next to the title of the list (to access options related to viewing and filtering the entire incidents list. Alternately you can right-click the header bar to display the list control menu.

Column Control

Click the column control icon in the desired column header field to display actions related to that column. Alternately, you can right click in the header row of a desired column header field.

Record (Row) Control

Right-click in a row to see a menu with actions related to the values in that row.

How do you Personalize a list?

Click the gear icon on just under the list heading. Then select the columns needed and save

BreadCrumbs

Shows a set of conditions applied to a table.

Smart Filter Condition Builder

Funnel icon - expands the smart filter condition builder.


Three Elements of a filter:


1. Field


2. Operator


3. Value

Steps to save a Smart Filter

Press Save / Assign a name / set Visability

Apply a saved smart filter

List control menu (hamburger) > Filters > saved_filter_name

Adding or Creating a new form field (using Layout)

Click the list control menu icon in the header bar, then choose Configure> form layout.


Add available fields or create new.

What is a User

One Record stored in the User Table. [sys_user]

Where can you view your own Profile

Self Service > My profile

Three Ways Users are added to ServiceNow

1. Manually


2. Lightweight Directory Access Protocol (LDAP)


3. Single Sign On (External Authentication)

What is a Group

One Record Stored in the group table. [sys_user_group]

What is a Role

One Record in the role table. [sys_user_role]


A persona that is assigned to a group or single user; a user can be assigned more then one role.

What is a delegate

Another user in the instance designated to receive and interact with approvals and tasks assigned or sent to you.

What is the best practice in assigning roles

Assign Users to a Group and Map Roles to Groups.

What is ServiceNow's Database Built on

MySQL Database

How is ServiceNow's Database accessed

Through the ServiceNow Graphical User Interface. (GUI)

4 Ways to View And Modify the database

1. Tables Module


2. Tables & Columns Module


3. Schema Map


4. System Dictionart

What is a Schema Map

A graphical representation of other tables related to a specific table, either through class extension or reference

System Dictionary

A table Called dictionary entry [sys_dictionary], contains details for each table and the definition for every column on each table and instance.

5 Key Tables

1. Task [task]


2. Configuration Item [cmbd_ci]


3. User [sys_user]


4. Group [sys_user_group]


5. Knowledge [kb_knowledge]

What are import sets?

An import tool used to import data from various data sources, and map that data into ServiceNow tables.

What locations can you import a Data Source from.

Local source or Network server

List two import source types

Excel, XML, CSV - (Files)


HTTP, FTP, JDBC (Network)

Transform Map

Determines the relationship between fields displaying in an import set table to fields in an existing ServiceNow table.

Target Table

The table where the data will be placed, post-transformation


(after Transformation is complete)

What is the CMDB

The CMDB is a series of tables and fields that contain all of the configuration items (CI's) controlled by your company, as well as their attributes and relationships

What is a CI

Configuration item - Can be Tangible or intangible devices or applications (such as firewalls, email servers etc) in the configuration management database (CMDB)

What is a BSM

Business Service Management Map


Allows view of other Configuration items Upstream and downstream.

Two Key CMDB Tables

cmdb_ci (Configuration Item Table)


cmdb_rel_ci (CI Relationship Table)

When is a Relationship Rule Created

When you extend a table in the CMDB

Where is the relationship rule created

Configuration>Suggested Relationships

What is Knowledge Management

Allows users to create, edit, and view Knowledge articles to share information across the organization.

Where do you find the knowledge homepage

Self-Service>Knowledge


Knowledge>Homepage (Admin)



How do you flag a Knowledge Artical

Click Flag Article on Article Page then Add your comments and submit

How do you view Flagged articles

Knowledge > Flagged Articles

What is the Service Catalog

A robust ordering system for services and products offered by various departments for users:

Major Components to Service Catalog

1. Record Producers


2. Items


3. Variables


4. Order Guides


5. Workflows

Catalog Items

The Building Blocks of service catalog

Record Producers

Build the system components associated with the request

Variables

Provide Questions to help the requester specify what item, option, or service to order.

Order Guides

Provide Easier ordering by bundling items

Workflows

Workflows run behind the sense and communicate the stages of the approval process to the requester.

What types of numbers are generated by an order in the service catalog?

REQ#


RITM#


TASK#



REQ#

A Request number generated to keep track of an order.

RITM#

Within a request generated from a catalog order, each discrete item ordered is given a specific requested item number known as an RITM#.

TASK#

In the Catalog Tasks section for an ordered item, the different tasks display for what has to be done to get the item ready for delivery to the user, for example the assignment group , the due date, work start, and work end dates.

Progress stages for requested item

Waiting for approval (in Progress)


Approved


Pending (Has not Started)


Fulfillment (In progress)


Completed

Service Catalog Item

Catalog Items are goods or services available to order from the service catalog.

What is a Workflow

A virtual representation of activities consisting of connected steps planned out in a sequential manner.

What is Workflow used for

To automate a sequence of activities.

What type of things I can use a workflow for

1. To automate a repeatable process


2. When a standard response is needed for every record insert, update, delete, and Create.


3. When Automation is needed in platform

Workflow Activity

An activity is a workflow block that organizes the individual actions the workflow performs as it runs.

Workflow activities

Approvals


Conditions


Notifications


Tasks


Timers


Utilities

What are common Workflow Conditions

Approved, Rejected, Error, Always

What are Workflow Conditions

Conditions are activities available for a workflow

What are Workflow Conditions Used for

Used to transition, to move from activity to activity

What are workflow Stages

Workflows can provide a summary of workflow progress by updating any field designated as a stage field.

What are the Workflow states

Published


Unpublished


Checked Out

What is the Graphical Workflow Editor

An interface for creating and modifying workflows by arranging and connecting activities to processes.

In a service catalog workflow - which ways can a workflow be attached to a particular request?

Manually on the catalog item form


Automatically based on conditions


automatically if their are no other workflows attached.

What are the new workflow properties?

1. Name (identifies the workflow)


2. Table (The table for the workflow to run on)


3. Order (numeric value that determines the order of the workflow relative to other workflows)


4. Max activity count (the number of activities performed by the workflow. (Prevents Loops)) Default 100


5. Activity pinning (list of options that control updates to custom activities at the workflow level. )


6. Published (Checkbox to indicate whether the workflow has been published.)

What is a SLA

Service Level Agreement - A record in the SLA [contract_sla] table which defines a set amount of time for a task to reach a certain condition, the tables to access, and what type of SLA is being evaluated.

Key SLA Components



1. SLA Definition: The record which defines the conditions that trigger the SLA


2. Task SLA: the individual instances of the SLAs associated with particular tasks.


3. SLA Workflow: The Workflow which powers events or actions based on the SLA definition.


4. SLA Automation: The business rule and scheduled job that Automate the SLA.


5. SLA Condition & Script Include: A script include and reference record that can be used to customize the transitions between different SLA states.

Types of Service level agreements

Service Level Agreement (SLA)


Operational Level Agreement (OLA)


Underpinning Contract (UC)

Reporting lifecycle

Planning, Execution, Sharing

What is a Metric

used to measure and evaluate the effectiveness of IT service management processes.


-metrics measures data over time to show past history


-metrics can gather data as the data is updated

3 examples of Report types

Time Series


Column & Bar Chart


Dials


Pies & Donuts


Pivot Table


Funnel


Calendar


Pyramid


Box


Pareto


Dial


Donut

Homepages

A Service now homepage provides a dashboard of frequently used content which usually includes reports.

Gauges

A gauge is a "mapped" graphic image on a homepage; when you click on section of a graph, it links to the list of the records specific to that piece of the graph.

KPI Reports

Key Performance Indicators track the key performance indicators as recommended by ITIL.

Report options

Update: overwrite report, return to the report list.


insert: Save a duplicate copy of the report


Publish: Create a public URL


Schedule: Create a scheduled email of the report


Make Gauge: Make the report a gauge so that it may be displayed on a homepage or dashboard.


Sharing: Allows you to specify who can see the report.


Save report as Source: Allows you to create a predefined data set that can be used for creating reports.

Common tables for reporting

Incident


Problem


Change


Request


Configuration


Approvals

UI Policy common action

Make fields read only, visible, or mandatory

Data Policy action

Can enforce mandatory data on form and enforce mandatory data on import.

UI Action

Form Button (show and hide)

Form context menu items


Form Related links


List buttons


List Context menu items


list choices


list links



UI Policy

A rule that applies to a form to dynamically change form information or the form itself.

Data Policy

Data Policy controls, enable admins to set mandatory and read only states for fields and can be used to enforce data consistency across applications.

Where can you add to the Context Menu

UI Actions

Business Rule

A piece of JavaScript configured to run when a record is displayed, inserted, deleted, or when a table is queried.

Buisness Rules marked as running on table "Global" are available to what tables

All tables

Business Rules vs. Client Scripts

Business rules are consistently applied to records regardless of how they are accessed - through forms, lists, or other methods




Client Scripts apply only when accessed through the form.

Client Script

Scripts that are shipped to the client (the browser, and they run there instead of on the server.

Types of Client Scripts Supported

onCellEdit


onChange


onLoad


onSubmit

Contextual Security

Protects a record based on its contents and table location


defines access control rules to any level in the object hierarchy.


Uses roles to implement access controls and assign permissions for example read write and create

Access Control

A security rule defined and set at the row-level (accessed to the record) and at the column-level (access to the field) and is executed when attempting to access any ServiceNow table.

Access Controls can be defined in three ways

Roles, Conditional Expressions, Scripts

Access Control Wildcard Rule

The selection of the Wildcard (*) Symbol form the name drop-down list on the access control form means that the rule in question applies to all fields on the selected table except for those with explicit rules.

What is an Event?

an event is an indication to the ServiceNow processes that something has occurred.

What causes an event?

User Actions


Scripts

What is a Notificaiton

Notifications can be triggered by events in the platform, but unlike business rules, require no scripting knowledge and can also be created when a record is inserted or updated.

What are the three types of notifications

Email, SMS, Meeting Invitation