How do you go to a table's actual table row page (not just the "Table - _____" table description page) if the table does not have a module in the side navigational bar?

santrym
Mega Expert

I want to see the rows within a table. The table exists, and I can find the table's form (where it's columns, name, and details are listed). Do I need to create a module in the side Navigational bar in order to view the rows in this table? Or is there an easier way? Thanks!

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

In your navigation filter, you can type tablename.list without any return and it will return you a list of records in the table. For example, incident.list (again no return) will show you a list of records.


View solution in original post

3 REPLIES 3

Michael Fry1
Kilo Patron

In your navigation filter, you can type tablename.list without any return and it will return you a list of records in the table. For example, incident.list (again no return) will show you a list of records.


That's the ticket! Thank you!


Michael Fry1
Kilo Patron

You can also use .do to open a form. So tablename.do, or incident.do.