- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 06:32 AM
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!
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 06:39 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 06:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 06:45 AM
That's the ticket! Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 06:45 AM
You can also use .do to open a form. So tablename.do, or incident.do.