Table access for users without roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 06:04 AM
I have added no roles to my custom table as shown below -
And, have also added read ACL for public -
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!
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 08:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 08:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 08:24 AM
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.:(

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 08:38 AM
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 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 08:42 AM
Is it an expected behavior?