Backend tables for Manage Developers

Community Alums
Not applicable

Hi All,
Could you please let me know which are the backend tables that holds the Manage Developers (Developers/Groups) and it's permissions for the related application scope.

find_real_file.png

Thanks,
Raghu

1 ACCEPTED SOLUTION

Hi

if you open the table "sys_development_permission_set" in the schema map, you can see more tables which you can investigate:

find_real_file.png

Kind regards
Maik

View solution in original post

6 REPLIES 6

Maik Skoddow
Tera Patron
Tera Patron

Hi

have a look on

  • sys_development_permission
  • sys_development_permission_set

Kind regards
Maik

Community Alums
Not applicable

Hi Maik,

Thanks on the quick response.

These tables doesn't lists the application scope names and the groups/developers that are delegated for the permissions and permission types.

 

Thanks,

Raghu

Hi

if you open the table "sys_development_permission_set" in the schema map, you can see more tables which you can investigate:

find_real_file.png

Kind regards
Maik

Community Alums
Not applicable
Hi Maik,

Backend table that holds the permissions/role(user or group)/scope is Scope Permission Set Role Assignment (sys_scope_permission_set_role_assignment).
Thanks for your inputs.

Regards,
Raghu