- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 05:23 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 01:08 PM - edited 02-28-2023 01:11 PM
Hi,
Below is what I would do for such scenario :
- Create new role that would allow users with the role to adminster the tables
- Create needed ACLs (create,write, read) and make it require the role.
- 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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 01:08 PM - edited 02-28-2023 01:11 PM
Hi,
Below is what I would do for such scenario :
- Create new role that would allow users with the role to adminster the tables
- Create needed ACLs (create,write, read) and make it require the role.
- 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!