Resolved! What is the best alternative to GlideRecord in ACL ? Refer example below
This read ACL is on sc_req_item table for allowing read access to approvers.I want to replace using GlideRecord with a different approach as SN doesn't recommend using GlideRecord/GlideRecordSecure/GlideRecordAggregate in ACL var gr_obj = new GlideRe...
