CSA Flashboards Copy

5.0(1)
studied byStudied by 8 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/248

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

249 Terms

1
New cards

What are the different persona types?

System Administrator
Specialized Administrator
Process User
Approver
Requestor

2
New cards

What is the System Administrator Persona?

Provides access to all platform features, applications, functions, and data

3
New cards

What is the Specialized Administrator Persona?

May manage specific functions or applications, including:

Assignment Rules
Knowledge Base
Human Resources
Reports
Web Service

4
New cards

What is the Process User persona?

May fulfill ITIL activities associated with the ITIL workflow, including incident and change management

5
New cards

What is the Approver persona?

Can perform all requester actions and allows users to view or modify approval records directed to them

6
New cards

What is the Requester Persona?

Also know as Employee Self Service (ESS) users, these users do not have roles but can submit and manage their own requests, access public pages, etc.

7
New cards

What is a user?

A record on the User [sys_user] table

8
New cards

What is a group?

A collection of users - A record on the Group [sys_user_group] table

9
New cards

What can users do?

Update Records
Import Data
Request Items
Implement Flows
Approve Knowledge Content
Run Reports
Develop Applications

10
New cards

What is a role?

Defines access of the application, module, and/or Access Control list (ACL)

11
New cards

What can a role be assigned to?

A group or a single user

12
New cards

Can a role contain other roles?

Yes

13
New cards

Can a user have more than one role?

Yes

14
New cards

What is an instance?

An instance is a live copy of a ServiceNow environment that is specific to a customer

15
New cards

What is a group of instances available to your organization?

Stack

16
New cards

What is a baseline implementation?

A set of installed applications on a ServiceNow instance, before any configuration or customization has been done

17
New cards

How is a production environment (instance) different than a Non-prod environment?

Production is where employees do their work and support their organizations.
Non-production has Development (where personas such as admins and implementers configure and build applications) and Test (where personas such as implementers test their changes before moving into production)

18
New cards

What is the difference between Configuration and Customization?

Configuration primarily consists of things that can be done without code (e.g. configure list views, Create a service catalog and catalog times, Extend a table for a new hardware class).
Customization is done when a customer requires additional functionality that does not exist in the platform (e.g. Enhance a portal widget to display lists with complex access controls, Add a table for special billing requirements).

19
New cards

What is the main difference between applications and plugins?

Plugins are strictly made by ServiceNow whereas applications are on the ServiceNow store or elsewhere (free or paid).

20
New cards

Where can you find Applications?

Through the ServiceNow Store

21
New cards

Where can you find Plugins?

Through the All Menu (All Available Applications > All > Plugins) or typing v_plugin.list into the Filter Navigator

22
New cards

What are the scopes of applications vs plugins?

Applications: Usually shipped in a custom application scope
Plugins: Can either be in a custom application scope or in 'Global'

23
New cards

What are the difference in size between applications and plugins?

Applications are usually larger bundles, lots of features.
Plugins range from tiny plugins containing a single dashboard to large plugins containing hundreds of files.

24
New cards

What are applications installed in?

Application Scopes

25
New cards

When looking for application/application features where should you look first?

As a best practice, look for plugins first. If you don't find it there, go to the ServiceNow store

26
New cards

Where is the application scope picker?

It is a globe icon next to the search bar at the top

27
New cards

How do you activate applications and application features?

Plugins
ServiceNow Store
Request from ServiceNow

28
New cards

What is a list?

Displays a set of records form a table within the content frame.

29
New cards

Each row in a list represents what?

One record

30
New cards

What does a column represent in a table?

One field

31
New cards

The intersection of each row and column is what?

Data value

32
New cards

What does a view do?

Provide specific fields or columns to support different work activities

33
New cards

What is a view?

A named version of a list

34
New cards

For a given list view what provides different levels of control

Context menus

35
New cards

How do you access context menus?

Selection the list controls menu icon or by right-clicking

36
New cards

What is a filter?

A set of of conditions applied to a table list to isolate a subset of the data

37
New cards

What are the three components of a filter condition?

Field
Operator
Value

38
New cards

How to list edit in the classic list?

Double-click on an empty are of the field for inline editing
Enter the appropriate value(s)
Save the record by clicking the save icon

39
New cards

What does configuring the list layout do?

Shows or hides fields from a view and changes the list column order

40
New cards

How to access configure list layout?

Click any column options menu icon and select Configure > List Layout
This shows the List Collector

41
New cards

What is the List Collector also called?

A 'Slush Bucket'

42
New cards

How do you create a new list view from List Collector?

Select 'New' from the View Name choice list

43
New cards

What does Personalize List do?

Modifies the layout of a list for an individual user (does not affect the platform default)

44
New cards

How do you personalize a list?

Click the Personalize List (gear) icon in the list column header, then use the List Collector to add/remove/reorder columns and save.

45
New cards

What does dot-walking do?

Gathers information from a series of tables through reference fields

46
New cards

How do you dot-walk?

Select the reference field you will dot-walk through
Click the Expand Item icon (+)
Select the field which holds the value to be references
Click the Add Item icon (>)

47
New cards

What fields can be dot-walked against?

Reference fields

48
New cards

How do you create a new application-level menu item?

They are records in 'Application Menus' module of System Definition (System Definition > Application Menu)

49
New cards

Where do lists created by a user appears?

The 'My Lists' tab

50
New cards

what two major types of lists are there?

Workspace lists and classic lists

51
New cards

What are some differences between classic lists and workspace lists?

Workspace lists have handles (six dots) where you can drop and drop items, a resize column width option, a more options (three dots) menu

52
New cards

What do breadcrumbs show?

Filters that have been applied

53
New cards

If you click a condition in the breadcrumbs what does it do?

Removes subsequent conditions

54
New cards

What happens when you click the chevron prior to a condition in breadcrumbs?

Removes that condition specifically

55
New cards

How do you dotwalk from a condition (filter)?

Click 'Show Related Fields' in the list of fields to have reference fields show' ==>'

56
New cards

In a list collector, how do you know a field is a reference field (in 'Available' list)?

They show up green with a [+] icon

57
New cards

How do you know if a list is personalized or not?

The 'Update Personalized List' (gear) icon will have a Dot

58
New cards

How to reset a personalized list to defaults?

Click Update Personalized List and click the button 'Reset to column defaults'

59
New cards

What is a workspace?

A Workspace is a targeted experience for a specific type of user of an application. A Workspace includes data visualizations and other user experience components to allow a user to interact with an application.

60
New cards

What does a form display?

Fields from one record

61
New cards

What do the tabs in the middle of a form indicate?

Sections

62
New cards

Tabs at the bottom of a form for an existing record are what?

Related Lists

63
New cards

What is the telltale sign of a reference field (on a form)?

Magnifying Glass Icon

64
New cards

How to configure a form?

Configure > Form Design
Configure > Form Layout

65
New cards

What is the difference between From Design and Form Layout?

Form Design = WYSIWYG
Form Layout = Field Collector

66
New cards

How to add a new field to a table?

1. Data Dictionary
Navigate to All > System Definition > Tables
Locate and open the table record
On the Columns tab, click New
Complete the Dictionary Entry form

2. Form Layout:
Open the desired record
Select Configure > Form layout
Complete in the information in the Create new field section of the List Collector
Click Add

67
New cards

What can Form Design NOT do that Form Layout can?

Add a dot-walked field

68
New cards

What do sections do in a form?

Break up the form and group like information together

69
New cards

What is a formatter?

An element used to display information that is not a field in the record (a custom way of displaying information)

70
New cards

What are some Formatters included in the base platform?

Activity
Process
Parent breadcrumbs
Approval summarizer
CI relations

71
New cards

What do related lists show?

Records in tables that have a relationship to the current record.

72
New cards

What do templates do?

Allow form fields to be populated automatically, simplifying the process of generating new records

73
New cards

How to show templates in a classic form?

Click the More options icon (...) from the form header, then Toggle Template Bar

74
New cards

What is a Choice List?

A type of field that lets the user select from a pre-defined set of choices

75
New cards

How to configure choices of a Choice List field?

Right-click the field > Configure Choices

76
New cards

What is the system name of the choice table?

sys_choice

77
New cards

Where does every choice list value in the platform live?

The Choices table [sys_choice]

78
New cards

What can you type in a reference field to show ALL possible reference fields?

** (double star)

79
New cards

What limits a field's available values?

Dependent field

80
New cards

Each field has what three key attributes?

Label
Name
Value

81
New cards

What is a Label

a user-friendly term which allows people to identify the field in the user interface

82
New cards

What is a Field Name

A system-friendly unique term that the system uses to identify the field

83
New cards

What is the Sys ID?

The unique indicator for a record

84
New cards

What are the different ways tables can be related to each other?

One-to-many
Many-to-many
Database Views
Extensions

85
New cards

What is a one-to-many table relationship?

Within a table, a field can hold a reference to a record on another table

86
New cards

What is a many-to-many table relationship?

Two or more tables that can be related in a bi-directional relationship

87
New cards

What is a Database Views table relationship?

Tables that can be joined using the Database Views plugin

88
New cards

What is an Extensions table relationship?

A table that extends to another table

89
New cards

What does ITIL stand for?

Information Technology Infrastructure Library

90
New cards

What is a child class?

A table that extends (is an extension of) another table

91
New cards

When a table is extended what does it create?

Parent and child tables (classes)

92
New cards

What does a child table inherit?

The fields of its parent table

93
New cards

What is a Base Table?

A parent class that is not an extension of another table (base class)

94
New cards

Is the task table a Base Table?

Yes

95
New cards

What is a Core table?

Tables that exist in the base system

96
New cards

What is a Custom table?

Tables created by admins or developers (don't exist in base system)

97
New cards

What does a schema map do?

Provides a graphical representation of other tables related to a specific table

98
New cards

Who is the Schema Map available to?

Users with personalize_dictionary or admin roles

99
New cards

What is an Access Control?

A security rule defined to restrict the permissions of a user from viewing and interacting with data.

100
New cards

What is an access control executed?

When attempted to access any ServiceNow table