Welcome to part 4 of my advanced MID Server series, this time we’re going to do things a little differently. At the bottom of this post you’ll find a fully prepared MID Server Script Include that will provide file management operations. The rest of this post will explain how to use the script, both directly […]
Advanced MID Server Series – Part 3 – Standard MID Server classes
Introduction The MID Server’s script environment provides a number of classes available to the developer beyond that of the MID Server Script Includes that you see in platform. If you’ve taken some time to explore the MID Server Script Includes, you’ll probably have noticed that most of them are dedicated to discovery and orchestration. This […]
Advanced MID Server Series – Part 2 – A Better JavascriptProbe
Introduction Welcome to the second post in the series of articles looking into Advanced MID Server solutions. At the end of the last post we learned how we can use the JavascriptProbe Script Include to initiate the execution of a script on the MID Server. In this article we will be creating our own version […]
Advanced MID Server Series – Part 1 – Scripting Deep Dive
Introduction In this series of posts, we are going to take a look at some more of the more imaginative use cases for the MID Server. To start our series, and to provide a solid foundation to build upon for future posts, we will cover MID Server scripting. The MID Server scripting environment, like the […]
MID Server Script Include – Default Script
If you’ve worked with MID Server Script Includes, you’ll know how frustrating it is that the script does not auto populate with a default script when you set the name of the MID Server Script Include. Below you’ll find a simple client script, based on the ServiceNow provided script for platform Script Includes. You should […]