Resolved! Need help with script to make it so that two groups can't be seen on the pick list for everybody except those two groups.
So here is an example I found and slightly massaged already: if(!gs.getUser().isnotMemberOf('sys_id')){ //sys_id of group to check if user is a member of current.addQuery('sys_id','!=','sys_id_of_group_to_hide');} (In that example, I changed !...