- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 02:39 AM
Hi All,
I have created a portal, created a page, added a simple list widget on the incident table, and made the public checkbox true to allow access for unaunthenticated users as well. For logged-in users, it displays all the records.
But for unaunthenticated users its displaying single record only.
Thanks in advance.
Rajesh
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 06:58 AM
@raj888pavan Can you check the read ACLs on the incident table and see which ACLs are failing due to which not all the rows are returned for the user. If ACLs is not the issue then try checking the query business rule on the incident table as query business rule also filter the data for the user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 06:58 AM
@raj888pavan Can you check the read ACLs on the incident table and see which ACLs are failing due to which not all the rows are returned for the user. If ACLs is not the issue then try checking the query business rule on the incident table as query business rule also filter the data for the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 08:04 AM
Thank You for your reply @Sandeep Rajput
I have checked the ACLS and business rules,but I have not found any resolution.
For logged-in users, it is working, but for unaunthenticated users, the records that were opened by a guest user are displaying.
I need all the records that should be displayed for unaunthenticated users.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 09:26 AM
@raj888pavan Please add the logs in ACL and Query business rule scripts to check which ACLs are passing and which ones are failing.