
- 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 07:32 AM
would this even work in the service portal. it does not have related lists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 07:34 AM
Nope sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 07:36 AM
Can you send me a screenshot of the widget you are wanting to edit?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017 07:42 AM
It does not have any options so I think it is pulling parameters from the URL. This is the same widget that is on the ticket form page that comes OOB and if there is an attachment on the RITM or Incident it is displayed here. However since I am on the approval form there is not attachment there because it is not looking at the sys_id of the correct table.