Show attachment in a public widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 09:36 AM
Hello everyone!
I have a public page and a public widget in the widget I wanna show an attachment (image / Avatar) coming from this "https://Myinstance.service-now.com/sys_attachment.do?sys_id=0b47d75c8798d11066ebea8bbbbb3557"
When I view it as a non logged in user it does not show the image, how can I achieve that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 09:49 AM
@Yanal Your non logged in user doesn't have the create permission on the sys_attachment table hence the attachment icon might be hidden on the widget. Create ACLs to allow non logged in users to create attachment on the sys_attachment table and then the attachment icon would start appearing on the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 01:07 PM
@Sandeep Rajput Thank you for your reply.
I created read write and create ACLs for the public role on the sys_attachment table and still it is not working.
I am not sure if you get my question I am trying to show the image that is on the user table on a public widget