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 07:43 AM
Yes I did. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 07:44 AM
Making it public means that if a user who has not logged in can get to that page they can see the widget. So be careful when making things public.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 07:48 AM
My requirement is to make this table readable to non logged in users. To do that I believe the only way is to make the cloned widget as Public.
Also, the tricky part will be that the non logged in users should be able to download the attachments. I'm not sure if this is doable. Giving it a try as it is the business requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 07:45 AM
This is what I did so far -
1) Created a custom table with no roles, ACL read with no roles
2) Cloned Data Table widget, marked as Public
3) Added the widget to the public portal that I have created

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 07:49 AM
Can you try using the simple list OOB widget. With this widget you can specify the table and what fields you want to display. Then go to the portal as a user with no roles and see if you can see that date in the simple list widget.