Only Single record is diplaying in widget for unaunticated users

raj888pavan
Tera Contributor

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.

2024-03-29.png

 

But for unaunthenticated users its displaying single record only.

2024-03-29 (1).png

 

Thanks in advance.

Rajesh

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

View solution in original post

3 REPLIES 3

Sandeep Rajput
Tera Patron
Tera Patron

@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.

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.

@raj888pavan Please add the logs in ACL and Query business rule scripts to check which ACLs are passing and which ones are failing.