Resolved! is using getUser().hasRoles() good form?
Hello,I've recently been digging into ACLs on our instance and I found a Read ACL on the sys_user table for user.* It current applies to anyone that meets the following conditions:if (gs.getUserID() == current.sys_id || gs.getUser().hasRoles()) ...

