We have used a check against useraccess to controll access to custom menus in CS 7.5 and earlier
if (userAccess(getVariable("activeUser"), "admin")) { ...
Is it possible to instead check for the users group or part of the group name? I am not vell versed in how the tablestructure for groups are handled after the change to 7.5.