ServiceNow offers two ways to access information its database: "canned" views (also known as the Service Portal) and "bare-bones" (also called Classic UI) views. The two views offer different UIs, different options, and different default data sets. You can navigate from "canned" / Service Portal views to the "bare bones" / Classic UI by selecting Switch to Classic UI
in the My Account
menu. You cannot navigate the other direction (at least, not easily). Here's a single ticket shown both ways:
Here's a view of tickets assigned to you, shown both ways:
ServiceNow offers quite a few "canned" or default views linked to your login that can be helpful. Here are some sample "canned" views:
-
https://princeton.service-now.com/service?id=tickets
- by default, this view shows active tickets you created
- with a single click, it can show closed tickets you created
-
https://princeton.service-now.com/service?id=my_bookmarks
- by default, this view shows bookmarked services
- with a single click, it can show bookmarked forms
The "canned" views mostly show the perspective of a requester - someone reporting work for others to do. However, you can view work assigned to you by selecting Switch to Workspace
in the My Account
menu.
There is probably a way to do everything in ServiceNow in either view, but searching for tickets other people created, or tickets assigned to a group is often easier in the "bare-bones" view of ServiceNow.
ServiceNow also offers a "bare-bones" view that allows more flexibility. You can access the entry point for the "bare-bones" view here:
https://princeton.service-now.com/
By default, this view is empty.
To search, start with the Filter navigator
in the upper left corner. If you know what type
of ticket you are searching for, you can list all tickets of that type. For example:
- To search for Incidents: type
incident.list
in the Filter navigator and hit Enter, then wait. - To search for Requested items: type
sc_req_item.list
in the Filter navigator and hit Enter, then wait.
In our ServiceNow environment, most tickets opened by OIT are 'Incidents', while tickets opened from ServiceNow forms are 'Requested items'. There are probably other ticket types. It helps to have an existing ticket as an example - the URL of an example "canned" view can provide helpful clues about the ticket type.
Once you have a list of the type of ticket you want, you can filter the results by searching within the various categories:
- Click on the magnifying glass to open the search bar for all fields
- Type your search term(s) in the box below the column header
- Hit Enter to filter the results
*
is the operator for 'includes'. For example, enter *SSL
in the Short description
field to find all tickets with descriptions that include SSL
in the title.
You can also sort columns. For example, sort by Opened
to see the most recent tickets in your search. Click on the "hamburger" to the left of a column name to access sorting options for that field.
Here is a sample URL for a filtered and sorted view: https://princeton.service-now.com/nav_to.do?uri=%2Fsc_req_item_list.do%3Fsysparm_query%3Dshort_descriptionLIKESSL%26sysparm_first_row%3D1%26sysparm_view%3D%26sysparm_choice_query_raw%3D%26sysparm_list_header_search%3Dtrue