Table access for users without roles

AmritaT
Tera Expert

I have added no roles to my custom table as shown below -

find_real_file.png

And, have also added read ACL for public -

find_real_file.png

I have cloned the widget 'Data Table from Instance Definition' to display the table on the portal. It works for the logged in user, however it shows nothing if I try to access as a user with no role.

Is there anything else I should be doing to make it accessible for public?

Any help will be highly appreciated!

 

 

 

 

 

16 REPLIES 16

Brian - This is what I see now after using the simple list -

find_real_file.png

This is good. However, the public user should be able to access the attachments as well. Is there anyway I can get that using this widget?

I just created a table in my person dev instance and removed all roles from the read ACL.  I was not able to get the data table widget to display at all even after checking public but the data displays in a simple list as public.  I'm wondering if there is some sort of back end code that prevents the use of the data table widget as public.

I'm not sure at what point it is checking for authentication. There is no error message to get there. I have tried it in all different ways but failed to get there.:(

I went into the Console in firefox and see an error message when I load the page 401 user not authenticated as part of a rest call.  It is almost like that widget is doing a reset call to get the data.  If I login I do not see the error.  You may want to open a HI incident 😞

Is it an expected behavior?