Author: John Andersen

On-demand JDBC with ServiceNow

The other day I needed to have ServiceNow make a JDBC call on the fly, depending on a given event. I knew that ServiceNow could made scheduled JDBC queries, but I needed something that would work on an event driven schedule...

Read More