Is there a way to include sys_user table data in a custom scope as an application file?

Rajat15
Tera Contributor

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. 

1 REPLY 1

Community Alums
Not applicable

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.



SandeepDutta_0-1692783013552.png

 

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.



SandeepDutta_1-1692783026788.png