- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2017 01:14 PM
I had built a new table in a scoped applicationand and tried to set up a new reference field that would reference the user table. I could not find the table. After playing around, if I make the user table extensible then it will show up in the new scoped application table reference. This doesn't seem logical but is it?
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2017 01:19 PM
You don't need to extend the user table, try this.
Under System Applications, go to Application Cross Scope Access.
You should be able to create a record like this one, it should allow the user table to be available in your scope.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2017 01:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017 07:37 AM
I just reproduced the original issue. Adding the cross-scope read privilege as prescribed didn't fix the issue. Making the sys_user table extensible did. My understanding of cross-scope privilege is that it is a runtime protection, not design time. The issue as described is a design time issue, which is why I was surprised that adding the privilege fixed the issue. Again, it appears that it does not, unfortunately.
It looks like you can not reference a system table (sys_<tablename>) from a scoped application unless you have admin access, or that system table is configured to be extensible. Note that there are some system tables that are extensible out-of-the-box, like Reports (sys_report). This behavior may be intended. Will find out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 02:46 PM
Dave,
I am trying to use the table 'sys_data_source' in a scoped application. I am creating a Record producer to insert rows in to this 'sys_data_source' table.
How do I get this table show up in the tables dropdown
This is a scoped application
Vinod Kumar Kachineni
Community Rising Star 2022