Give users CREATE rights on sys_user_grmember table using an ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 10:55 AM
Hi,
I wanted to give certain users CREATE rights to sys_user_grmember table.
I created a user group for those users. It contains one role: a3m_create_groupmember_table (elevated privilege)
I created a new ACL on that table:
When a member of the group executes a script that adds another user to an ADMIN group, I get this error:
Could anyone explain why this is happening?
Thanks,
T.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2022 07:03 AM
Hey Christopher,
I already have an ACL on sys_user_has_role for my custom role, and I am still getting this error. I cannot see rhino.global scope anywhere. I assume this have something to do with rhino mozilla and the fact that this script runs as a business rule.
This is the business rule that runs after insert in my custom table:
It executes but I get the rhino.scope error