Unable to see created table in navigation

Andre241
Tera Contributor

I've created a table but I'm unable to see it in the side Navigation pane. What should I do?

2 ACCEPTED SOLUTIONS

Saurav11
Kilo Patron
Kilo Patron

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)

 

Saurav11_1-1665488391307.png

 

Then you need to go to the navigation and do name.list in my case u_xyz.list

Saurav11_3-1665488635503.png

 

And then click enter it will open the table in the same window:-

 

Saurav11_4-1665488659251.png

 

Then click on the three lines on the left and click on create favourites:-

 

Saurav11_5-1665488701802.png

 

Once done a box will appear then give it whatever name you want and save it

 

Saurav11_6-1665488742848.png

 

then it will appear in your favourite:-

 

Saurav11_7-1665488801392.png

 

Please mark answer correct/helpful based on impact.

 

 

 

 

 

 

View solution in original post

Pavankumar_1
Mega Patron

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

 

Screenshot (202).png

 

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

Screenshot (201).png

 

Or If you want to create module for your table.

1. Go to the Application Menus and click on that.

Screenshot (203).png

2. Click on the New button as shown above.

Provide the title and right click on form header and save.

Screenshot (205).png

3. Once you create the application on below we have Modules related list click on the New button as shown in below.

Screenshot (206).png

4. Give the Module name and Link type tab select List of records and your table and save.

Screenshot (207).png

 

Now refresh the browser and search with your application name and will find the module under it.

 

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

View solution in original post

10 REPLIES 10

Wojtek Winnicki
Tera Guru

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.

When I type in my table name in the navigator it doesn't show

Also I've already created the table but need it to be shown.


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


Create A Module