Respecting ACLs in GlideAggregate
I have a ServicePortal widget which calculates a set of filtered record counts using GlideAggregate. Is there a way, like GlideRecordSecure to make the aggregate respect the ACL on the table and only count records which the logged in user can see? It...