Show attachment in a public widget

Yanal
Giga Guru

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?

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@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.

Yanal
Giga Guru

@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