
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 06:40 AM
We have several requests where users must attach an excel or word document before submitting the item. I tied to add the ticket attachment widget to the Approval form but it does not show any attachments. I'm guessing this had to do with the approval form being on the sys_approval table and the attachment is on the sc_req_item table. What code would need to be updated to if I were to clone the attachment widget to pull the attachment associated with the approval for from the sys_approval table?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 06:50 AM
Brian,
You can check this : http://wiki.servicenow.com/index.php?title=Copy_Attachments_from_Record_to_Record#gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 07:02 AM
So you want me to copy the attachment from the sc_req_item table to the sys_approval table for the specific request?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2017 07:41 AM
Hello Mani,
So I created a business rule to copy the attachment to the approval record. Do you know if there is a way in the Service Portal to make it so they cannot delete or edit the attachment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2018 10:27 AM
This doesn't seem like the best solution.
Is there no way to just show the RITM attachments on the approval page?