Anyway to upload an excel file via REST or SOAP and then utilized for import set??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 12:09 PM
I would like to be able to "push" a file from an individual server to ServiceNow instance and then have it processed as an import set. Any way to do this??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2016 09:17 AM
Yea, thought about that too, but I do have some things to take into consideration such as; how often the files are uploaded, can they step on each other (possibly). etc....
So my thought is to have a CI I can upload attachments to and then process the attachment, then remove the attachment once done processing. That way it can have multiple attachments and not step on each other.
Just a thought, but might be the best way to go. I also found a script that process attachments via email also..