- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 03:06 AM
I want to clone the "Ticket Attachments widget" and modify the code to attach the file to the change management ticket even for users who don't have the role. If anyone knows how to do it, please let me know.
Also, if anyone knows anything about the "Ticket Attachments widget" settings, please let me know.
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 06:50 PM
Hello,
You'd need to review your "write" ACLs for that specific table (sys_attachment). You may need to create one to allow them to write to the comments specific field and use condition like: table is change_request, etc. or something to that effect so that they can attach a file to the change request table.
You may also need to review creating "read" ACL as well since they have to be able to SEE a record to be able to WRITE to it.
Please keep in mind that opening up ACLs could have certain implications on licensing and you may want to review this change with your ServiceNow Account Executive just to be sure everything is ok.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 06:50 PM
Hello,
You'd need to review your "write" ACLs for that specific table (sys_attachment). You may need to create one to allow them to write to the comments specific field and use condition like: table is change_request, etc. or something to that effect so that they can attach a file to the change request table.
You may also need to review creating "read" ACL as well since they have to be able to SEE a record to be able to WRITE to it.
Please keep in mind that opening up ACLs could have certain implications on licensing and you may want to review this change with your ServiceNow Account Executive just to be sure everything is ok.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!