- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 04:13 AM
I've created a table but I'm unable to see it in the side Navigation pane. What should I do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 04:46 AM
Hello,
Please do the below:-
Go to tables and search for you table. once you get it copy the name of the table in my case(u_xyz)
Then you need to go to the navigation and do name.list in my case u_xyz.list
And then click enter it will open the table in the same window:-
Then click on the three lines on the left and click on create favourites:-
Once done a box will appear then give it whatever name you want and save it
then it will appear in your favourite:-
Please mark answer correct/helpful based on impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 05:24 AM
Hi @Andre241 ,
if you just want to see the data use incident.list in application navigator.
1. Go to the Tables module under System Definition> Tables. shown as below
2. Once you know the table name then on application navigator type tablename.list
It will open the list records available on that table.
Ex: incident.list
Or If you want to create module for your table.
1. Go to the Application Menus and click on that.
2. Click on the New button as shown above.
Provide the title and right click on form header and save.
3. Once you create the application on below we have Modules related list click on the New button as shown in below.
4. Give the Module name and Link type tab select List of records and your table and save.
Now refresh the browser and search with your application name and will find the module under it.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 04:19 AM
1. Type in the navigator name_of_your_table.list to access the table. You can also add this to you favorite to be always accessible for you.
2. Manually create application (sys_app_application) and module (sys_app_module) to be shown in the Navigator all the time for more users than yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 04:21 AM
When I type in my table name in the navigator it doesn't show
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 04:22 AM
Also I've already created the table but need it to be shown.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 04:38 AM - edited ‎10-11-2022 04:39 AM
HellThe new table does not automatically being added to the Navigator. You must manually create the Application (like you have for example for the Incidents and Problems. Standard convention is that you name your application as the name of the table) and Module (e.g. All [Incidents, Problems]) that the table will be visible in Navigator.
Please check documentation below:
Create An Application Menu