A user is unable to read records from some specific tablesIssue ProblemA user is unable to read records from specific tables as part of an integration with Snowflake. The user requires read, query_read, and query_range access. A custom role 'snowflake_read' was created and assigned to the user, but Read access is blocked for tables such as sn_doc_template, sn_doc_template_category, sn_esign_configuration, and others. Access Analyzer shows Read access is blocked for these tables, and Debug Security Rules indicate all ACLs returned true. The issue occurs when accessing records from the listed tables. Steps to reproduce 1. Impersonate user with snowflake_read role 2. Try accessing the List view of the 'sys_db_object' with names one of the above. => https://_INSTANCE_.service-now.com/sys_db_object_list.do?sysparm_query=nameINsn_doc_template%2Csn_doc_template_category%2Csn_esign_configuration%2Csn_hr_core_bulk_case_request%2Csn_hr_core_case%2Csn_hr_core_document_template%2Csn_hr_core_document_type%2Csn_hr_core_job%2Csn_hr_core_profile%2Csn_hr_core_service%2Csn_hr_core_template%2Csn_hr_core_topic_category%2Csn_hr_core_topic_detail%2Csn_hr_integr_fw_source%2Csn_hr_integrations_source&sysparm_view= 3. Observed not records returned ReleaseGenericCauseRoot CauseThe tables belong to specific scopes, and the scoped administration ACL inheritance was not properly configured for the user's role. This caused Read access to be blocked despite the user having the required permissions.ResolutionSteps to Resolve Example done for Sn_doc_template_category and sn_doc_template1. Sn_doc_template_category and sn_doc_template tables belong to the document templates application2. Connect as admin3. Change the scope app to document templates application4. Go to sys_scoped_admin_acl_inheritance.list5. Click new6. Fill table = sys_db_object and the application is set by default as document templates7. Save8. Impersonate user with snowflake_read role9. Go to=> https://_INSTANCE_.service-now.com/sys_db_object_list.do?sysparm_query=nameINsn_doc_template%2Csn_doc_template_category%2Csn_esign_configuration%2Csn_hr_core_bulk_case_request%2Csn_hr_core_case%2Csn_hr_core_document_template%2Csn_hr_core_document_type%2Csn_hr_core_job%2Csn_hr_core_profile%2Csn_hr_core_service%2Csn_hr_core_template%2Csn_hr_core_topic_category%2Csn_hr_core_topic_detail%2Csn_hr_integr_fw_source%2Csn_hr_integrations_source&sysparm_view=Records are there for Sn_doc_template_category and sn_doc_template tables Please do the same for the other tablesFor more information, please review:=> Access control rules in application administration apps