Ui Builder role

Prashanth110
Tera Contributor

Hello team

I have two tables.

 

sys_ux_list_menu_config_list

sys_ux_list.do

 

These two tables are only accessable to create new with Admin. I don't want to give admin role to the developer who is working with these tables and I am not able to understand which role can be given as a alternate to create in these tables.

 

@Ankur Bawiskar 

1 ACCEPTED SOLUTION

Ziad Qadora
Kilo Sage

Hi,
Below is what I would do for such scenario  :

  1. Create new role that would allow users with the role to adminster the tables
  2. Create needed ACLs (create,write, read) and make it require the role.
  3. Create Security Group and assign it the role, and add the developers to it. 

Please mark answer as correct if it does resolve the issue!

View solution in original post

1 REPLY 1

Ziad Qadora
Kilo Sage

Hi,
Below is what I would do for such scenario  :

  1. Create new role that would allow users with the role to adminster the tables
  2. Create needed ACLs (create,write, read) and make it require the role.
  3. Create Security Group and assign it the role, and add the developers to it. 

Please mark answer as correct if it does resolve the issue!