- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 07:44 AM
I must be missing something here that is potentially obvious.
Under System Definition, the only option I have for anything relating to "tables" is the Tables & Columns module. In here, you can add a new table but I can find no way to edit the table and enter data into it. The only buttons that display are "Schema Map" and "Delete All Records". Where can I define and edit a table?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 09:05 AM
Shane,
That depends on whether or not you created an application / module when you created the table.
If you created an application/module it will appear in the navigator for you to create new records in the table.
If you did not, you can actually open the table from the Tables & Columns module OR you can type the name of the table in the navigation search as follows: u_tablename.list and it will open the table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 08:02 AM
go into the module you want to update.
Right-click and choose Personlize-> dictionary
here you can edit the fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 08:05 AM
Hi Daniel,
I created a new table from the Tables & Columns module, but how do I then find and edit the table itself. As in, where can I find the table to open it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 09:05 AM
Shane,
That depends on whether or not you created an application / module when you created the table.
If you created an application/module it will appear in the navigator for you to create new records in the table.
If you did not, you can actually open the table from the Tables & Columns module OR you can type the name of the table in the navigation search as follows: u_tablename.list and it will open the table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2014 10:47 AM
That's what I was looking for the: u_tablename.list
Thank you both!