Attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 11:48 PM - edited 08-19-2024 11:49 PM
Hi Team ,
can anyone please help me with this question?
Do you know if there is a way to attach files to incidents which the requestor/caller can't see? Like a "work note," but an attachment .
Please provide steps and screenshots for better understanding .
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 08:23 AM
@nameisnani You can create read ACLs on the attachment table, In the condition builder of ACL check if the table_name is incident.
In the script check the following.
if(gs.hasRole('<name of role who can see the attachmentr>')){
answer=true;
}
else{
answer=false; //user without role can't see the attachement
}
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 07:30 PM
Could you please provide me the configuration screenshot for a better understanding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 07:54 PM
Hi @nameisnani ,
Check the below post, it might be what you need.
https://www.servicenow.com/community/now-platform-blog/attachment-restriction-utility/ba-p/2284479