how to download Attachment from the incident ticket using Servicenow Orchestration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 09:43 PM
I need to download the Attachment from Incident Ticket when the Ticket is create and do some excel manipulation in that file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 01:10 AM
hi Julian,
Thanks for your help , but some of the function we are not able to find in Geneva
Example
GlideSysAttachment();
GlideStringutil()
To use this function we need add any plugin to my developer instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 02:25 AM
These should be available also in Geneva and Helsinki. GlideStringUtil is not a function, but a class. GlideSysAttachment is a class and has to be instantiated with new. Also make sure to type it correctly, since these are case sensitive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 02:31 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 02:45 AM
It's not in the autocomplete but I think you should still be able to type it by hand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 02:55 AM
so If we send incident table sys_id will be give that attachment table file , and where that file will download in servicenow