ServiceNow and updating records with the Python API
The Challenge Sometimes its nice to update or close records in large sets. For example, in testing I like to be able to cleanup and start fresh by closing al...
The Challenge Sometimes its nice to update or close records in large sets. For example, in testing I like to be able to cleanup and start fresh by closing al...
The Problem I recently ran into an issue with an import source that where the source system had ran into an issue providing its exported data. In this case t...
In my previous post we created an RSS widget for use in the Service Portal. Rather than developing another widget for the platform ui Dashboards, can’t we ju...
Surprisingly, there is no built in Portal Widget for RSS feeds in ServiceNow. This is particuarly useful if you want to display information on the Service Po...
The Challenge Recently a co-worker asked if I could help join a Linux host to an Active Directory domain so that users could SSH in with their AD credentials...