Do we have any standard way to make all attachments added to the ticket and not visible by default and make the resolver to decide which one as to be visible?

Gaurav99
Tera Contributor

Do we have any standard way to make all attachments added to the ticket and not visible by default and make the resolver to decide which one as to be visible?

2 REPLIES 2

Tony Chatfield1
Kilo Patron

Hi, I don't believe that there is an OOB solution but it is possible.
You could do this by adding a true\false field to sys_attachment, then add read ACL's based on this field.
It would also require updates to the attachment UI page to allow visibility\control of this field for specific roles

UI Macro 'attachment_entry' may also need to be updated to remove 'unneeded' [download] link, as the changes are less confusing with longer file names

Portal widgets would also require updates to deliver the same result.

This post is a good starting point for Attachment UI page modifications
https://community.servicenow.com/community?id=community_question&sys_id=bdbd076ddb9cdbc01dcaf3231f9619e8

 

Yang Lu
ServiceNow Employee
ServiceNow Employee

Gaurav, you had posted to life sciences community so outside of the technical solution that Tony suggested, can you share what business need you're trying to align with?  Perhaps there is a better solution out there.  Not sure whether your need is regulatory, quality, and etc... where that "visibility" may be more important.