how to download Attachment from the incident ticket using Servicenow Orchestration

satiz
Giga Contributor

I need to download the Attachment from Incident Ticket when the Ticket is create and do some excel manipulation in that file

26 REPLIES 26


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


Julian Hoch
ServiceNow Employee
ServiceNow Employee

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.


I am working in Geneva , i am not able to find the Class ,please find the below



find_real_file.png


Julian Hoch
ServiceNow Employee
ServiceNow Employee

It's not in the autocomplete but I think you should still be able to type it by hand.


so If we send incident table sys_id will be give that attachment table file , and where that file will download in servicenow