Attachment access rights

prakashr1
Kilo Contributor

Hi,

I have my fonts as attachments in stylesheet of my scoped application. I can access these attachments using users with admin rights, but other users are not able to access this attachments. How to make attachments available for other users?

1 ACCEPTED SOLUTION

Andrew Barnes -
ServiceNow Employee

Greetings Prakashr,

 Access to an attachment in SN is based off of the permissions of the record it is attached to. So, you will need to add/adjust the ACL's such that the users can read the record the attachment is attached to, then they can read the attachment.

-Andrew Barnes
Join me at Developer Blog

View solution in original post

2 REPLIES 2

Andrew Barnes -
ServiceNow Employee

Greetings Prakashr,

 Access to an attachment in SN is based off of the permissions of the record it is attached to. So, you will need to add/adjust the ACL's such that the users can read the record the attachment is attached to, then they can read the attachment.

-Andrew Barnes
Join me at Developer Blog

Thanks Andrew. Adding ACL to containing record worked for me.