ACL condition to check user must have 2 specific roles
Hello, I have a requirement to restrict wrtiting on sys_user fields when the current logged in user does not have BOTH user_admin and admin role. I have unchecked the "Admin override" and I am using this condition if (gs.hasRoleExactly("admin") && (g...