Skip to the content.

ServiceNow CSA Notes

I. User Interface & Navigation (20%)

a. ServiceNow Overview

The Now Platform is an Application Platform-as-a-Service (aPaas).

The applications delivered by ServiceNow are divided into four different workflows:

*Now Platform is its multi-instance architecture. There are three interfaces in Now Platform: Next Experience Unified Navigation (primary way), Now Mobile App (on the go), Service Portal (self-service experience).

To access to Service Portal: _https://.service-now.com/sp_.

Roles contain a collection of permissions.

b. Lists and Filters

Each column in a list corresponds to a field in the table. Each row corresponds to a record in the table.

Context menus provide three different levels of list control:


Where do we go in Next Experience to create a new view?

Configure > List Layout.

Name of the interface we’ll use to create a new view?

List collector.


c. Forms and Templates

Forms are displayed in the content frame.

Forms configured with the activity formatter display a stream of activities associated with the record.

Managing attachments > Click the attachments icon or drag and drop.

Insert and Stay : when you want to copy a record and just make a few changes.

Work notes are for internal conversation with those resolving the task.

Additional comments are for customer visible comments.

Form Designer, which allows you to add form views, as well as add and remove fields on forms. The admin or personalize_form role is required to configure forms using Form Designer.

image

Form Designer vs Form Layout Interface

image

The list collector interface allows you to select multiple items from an Available list and remove items from a Selected list


II. Collaboration (20%)

a. Task Management

Automation repeatable processes

Save time. The Task table is one of ServiceNow’s core tables.

image

Task specifics functionality:

Activity Stream appear in Notes tab.

Visual Task Boards (VTB) to collaborate on tasks in real-time with group members, create personal to-do lists, and more.

There are three types of Visual Task Boards:

Lanes allow you to sort records by field values or other user-defined values.

Work notes are only visible to those who can view the task, Additional comments are only visible to the customer (caller), and Activities are read-only record entries.

Which of the following are ways to collaborate with team members on Tasks?

User presence, Activity Stream, Work Notes.

b. Notifications

Emails, meeting notification, text messages.

Sys admin can define notification in All > System Notification > Notifications.

image

  When to send, Who will received, What it will contain.

To customize the content message go to Show Notification Scripts.

c. Reportings

Now Platform Report Designer to build reports.

After you create a report, it appears in the All > Reports > View/Run module under the My reports list.

Performance Analytics (PA) allows users to create dashboards with widgets to visualize data over time in order to identify areas of improvement.

Keys: Enter a Report name, Source type, and a Table or a Data source > Data Tab.

Select the report visualization format > Type Tab.

Define the report grouping > Configure.

Choose colors, title, and chart properties > Style.

d. User Administration

A good practice is to assign roles to groups rather than to users.

More about impersonate a user: Docs


III. Self-Service & Process Automation (20%)

a. Knowledge Management

b. Service Catalogue

task-based records

c. Workflows/Flow Designer

IV. Introduction to Development (10%)

a. Scripting

b. Migration and Integration

Standard integrations for ServiceNow include:

Intergation Hub

c. Development

  The Guided Applicatio Creator is used to begin the creation of an application.

V. Database Administration (30%)

a. Data Schema

b. Import Set & CMDB

What is a CI?

Tangible, Intangible, configuration item.

c. Application/Access Control