A specific user can't read a specific record on the 'asmt_metric_type' Table.Issue A specific user can't read a specific record on the 'asmt_metric_type' Table.ResolutionThis issue was caused by the below 'Read' ACL on the 'asmt_metric_type' Table - --> https://xxx.service-now.com/nav_to.do?uri=%2Fsys_security_acl.do%3Fsys_id%3D55ca3eda4f5943001f6eac118110c7e0 However, this ACL was working as expected. See the Description of the ACL below - "Users can read the asmt_metric_type record where there is at least one assessment instance assigned to him/her of that metric type. Unlogged-in users can read any public asmt_metric_type record." Only Cancelled Assessments were assigned to the user who couldn't read the records. This means the ACL will not pass, as the script states the user has to have one Assessment assigned to them that is in 'Ready', 'Work in Progress' or 'Complete' State - gr.addQuery('state', 'IN', 'ready,wip,complete'); If the user in question had a Survey from that Metric Type assigned to them in a 'Ready', 'Work in Progress' or 'Complete' State, they would be able to see the Metric record.