Navigate directly to the list view of a table in ServiceNow Studio by using the Open list feature in the Navigator panel or search shortcuts in the main search.
始める前に
Role required: admin or delegated_developer
You can also watch a short video on how to navigate directly to a table.
手順
-
Navigate to .
-
Open a table directly using the Open list feature or a search shortcut.
- In the Navigator panel, with any application or file category selected, select Open list.
The list opens in a new integrated tab. In the example below, this is a list of all apps on the
Custom Applications table [sys_app].
- In the Search bar on the home page, enter one of the inputs in the table below and press Enter.
You can also find the metadata type's primary table in the Navigator panel. Select the metadata type, and it shows the primary table name below it. In the following example,
sys_hub_action_type_definition is the table name for the Action metadata type.

When you enter an input, the table view opens in a new integrated tab.
表 : 1. Table opening shortcuts
| Input |
Behavior |
| <table name>.list |
Opens the list view of the table in the same window or tab. |
| <table name>.form or <table name>.do |
Opens the form view of the table in the same window or tab. |
| <table name>.config |
Opens the configuration view [personalize_all.do] of the table in the same window or tab. |
| <table name>.filter |
Opens an empty list view of the table in the same window or tab, so that you can apply filters without loading the list. This is helpful for large lists that take a long time to load. |
For example, if you want to open the list of all users in your organization, you could search for the Users table [sys_user] using the search input
sys_user.list. To add a new user
quickly, search for
sys_user.do to open a new form view of the Users table. To change the Users table configurations, search for
sys_user.config. To open the Users
table without loading any of the records, search for
sys_user.filter.
注: You can use upper and lower case to change how the list view of a table opens.
- <table_name>.lower case: Opens the table in the content pane.
- <table_name>.UPPER case: Opens the table record or list in a new tab.