---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Navigate directly to a table

# Navigate directly to a table in ServiceNow Studio {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

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.

## Antes de Iniciar

Role required: admin or delegated_developer

You can also watch a short video on how to navigate directly to a table.

## Procedimento

1. Navigate to AllApp EngineServiceNow Studio.
2. 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.  
     Importante:  
     The table name must match the name in the dictionary entry for the table. For more information about the primary table associated with each metadata type, see [ServiceNow Studio Navigator panel taxonomy](https://servicenow-prod.fluidtopics.net/N1vi9L_FHMYxp9yZ12uaxQ "Learn more about each metadata file type and its corresponding primary table in the File categories tab of the ServiceNow Studio Navigator panel.").

     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.
     {#qs-navigate-directly-to-table__table_oh3_3z2_wcc__entry__2}

     | Input | Behavior |
     |-|-|
     | <kbd class="ph userinput">&lt;table name&gt;.list</kbd> | Opens the list view of the table in the same window or tab. |
     | <kbd class="ph userinput">&lt;table name&gt;.form</kbd> or <kbd class="ph userinput">&lt;table name&gt;.do</kbd> | Opens the form view of the table in the same window or tab. |
     | <kbd class="ph userinput">&lt;table name&gt;.config</kbd> | Opens the configuration view \[personalize_all.do\] of the table in the same window or tab. |
     | <kbd class="ph userinput">&lt;table name&gt;.filter</kbd> | 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. |
     [Tabela 1. Table opening shortcuts]

     {#qs-navigate-directly-to-table__table_oh3_3z2_wcc}  
     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 <kbd class="ph userinput">sys_user.list</kbd>. To add a new user quickly, search for <kbd class="ph userinput">sys_user.do</kbd> to open a new form view of the Users table. To change the Users table configurations, search for <kbd class="ph userinput">sys_user.config</kbd>. To open the Users table without loading any of the records, search for <kbd class="ph userinput">sys_user.filter</kbd>.  
     Nota:  
     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.
     {#qs-navigate-directly-to-table__ul_s4z_jtk_13c}
   {#qs-navigate-directly-to-table__choices_xhd_rt2_wcc}

