Active user filters or personalized list filters are hiding records from view, including saved filters or column-specific filters applied in previous sessions. (high likelihood)
Missing or restrictive read ACL permissions preventing the user from viewing records in the table, either due to role-based access or field-level security. (high likelihood)
Before-query business rules are filtering out all records during the query execution, often due to conditional logic or domain separation rules. (medium likelihood)
Domain separation is active and the user's domain does not have access to view records in the target domain or global domain visibility is restricted. (medium likelihood)
Table access controls or data policies are preventing record retrieval, or the table inheritance chain has broken ACL permissions. (low likelihood)