Event attachment.deleted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2013 07:53 AM
Out of the Box the Event "attachment.deleted" is triggered when an attachment is removed from a ticket. The Parms it returns are the table name and the ticket's sys_id. Since it deletes the sys_attachment record related to the attachment, the file name removed from the ticket isn't available.
I have a requirement to update the ticket's work notes when a file is attached, opened or removed from a ticket. The attached and opened requirement isn't a problem. The removed requirement I can provide that a file was removed. But not the file name.
Has anyone had this issue? Does anyone know of a workaround so I can get the name of the removed file.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2013 04:04 AM
There is a ui page 'attachment' which contains the functionw hich is called when remove is clicked.. May be It should be possible to manipulate this page to achieve your funcitonality
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2013 02:46 AM