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 Lancaster
Tera Sage

Try changing your ACL for read access to have no roles in it or any type of script.  It should look something like this.

find_real_file.png

Thanks Brian.

 

I made the changes as you have described. It did not make any difference. 😞

I just read thought your original post again.  You mention that you cloned the data table widget.  Have you tried the OOB data table widget or simple list widget to see if it is possibly a problem with your cloned widget?

Alikutty A
Tera Sage

Hi Amrita,

Did you make the cloned Data Table widget public as well?  See the right top corner for public checkbox

find_real_file.png

Thanks!