Is there a way to include sys_user table data in a custom scope as an application file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 02:24 AM
I have created a custom scope, Now in that scope is there a way I can include the User records and groups a application file.
The create application file option is grayed out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 02:31 AM
Hi @Rajat15 ,
By default, any application (scoped or global) can read from sys_user. You can test this by adding a simple reference field to your custom table that references it. I do this all the time.
If you are having issues, check the application access on sys_user with Configure> Table.
accessing a table and extending - two different things. Now I can see where you are coming from. To make the User (sys_user) table extensible, you need to go to that table definition (System Definition> Tables) and check the "Extensible" box, save the record.