MSI (May Maintenance 2025) created query_range ACL with HasQueryRangeRoleAndHasRightsToReadIsTrue Security attribute and HasQueryRangeRole = trueIssue MSI (May Maintenance 2025) created query_range ACL with HasQueryRangeRoleAndHasRightsToReadIsTrue Security attribute and HasQueryRangeRole = true, but no users has "query_range_role".ReleaseXanadu, Yokohama+CauseQueryRange ACL got created because of Read ACL (1a8943279d06030089c7e936d0a10bfc). If I further deep dive to how that Query Range ACL is created the way it is, if we look at read ACL(sys_security_acl.do?sys_id=1a8943279d06030089c7e936d0a10bfc) Script we have a condition as part of evaluating that script and we can not grant query range access as below condition may not grant read access for all the records and for query range access to be granted we need unconditional access for the user. Hence we have created QueryRange ACL (bc91c2a5f334621048dff31707589302) with Security Attribute with UserIsAuthenticatedAndHasQueryRangeRole. All authenticated users with query range role can perform query range operations on the field u_bps.u_midland_description "query_range" ACL with HasQueryRangeRoleAndHasRightsToReadIsTrue Security attribute and "HasQueryRangeRole = true" was created due to limitations in the existing custom Read ACL(s). It includes scripted conditional logic to evaluate read access. Because of this condition, the Read ACL may not grant read access to all records, which is a requirement for Query Range access. To meet this requirement, a dedicated QueryRange ACL with with HasQueryRangeRoleAndHasRightsToReadIsTrue Security attribute and "HasQueryRangeRole = true" was created. All authenticated users with query range role can perform query range operations on the table or field level.Resolution1. Solution: Add "query_range_role" to the needed user to perform query range operations. (better to create a group with the role and user to that group) 2. Solution: Create a custom query_range ACL, with needed ROles, a condition to provide access to users to perform query range operations.