Give users CREATE rights on sys_user_grmember table using an ACL

mr_t
Kilo Contributor

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:

find_real_file.png

When a member of the group executes a script that adds another user to an ADMIN group, I get this error:

find_real_file.png

Could anyone explain why this is happening? 

Thanks, 

T.

15 REPLIES 15

mr_t
Kilo Contributor

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:

 

 

find_real_file.png

It executes but I get the rhino.scope error