Unable to view all sys_user_preferences records as an Admin, seeing security constraints messageIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Admin unable to view all sys_user_preferences records seeing security constraints message. Cause Log in as an admin Type in the navigator filter sys_user_preferences.listYou will be unable to view all records. An error message states: "Number of rows removed from this list by Security constraints: #" Elevate roles to security_adminStill unable to view records Resolution The System property "glide.security.admin.override.accessterm" is set to false, while it's true in a base system. See: Evaluate the admin override at the access level The ACL: "sys_user_preference" /read is blocking your access even though you have the admin override it is being ignored due to the system property being set to false. If your business process allows, you should set "glide.security.admin.override.accessterm" to true so the overrides in the ACLs for the admins would work. Additional Information The "security_admin" role cannot be inherited, it must be added by a user that has it as not inherited like the "admin" account. We recommend taking it out of the group and adding the role to each user that has an admin account that you want to have the security_admin role from an account that does not have it inherited from a group like the "admin" account.