In other news
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Blog Articles

Regex: Reluctant Madness...

Here's our exercise for today: write a regex and accompanying script that will allow us to extract the parenthetical text from this sample:Once upon a time (a long time ago), there was a purple frog l...

Schedule-based Date/Time Addition

I was recently asked to help a colleague figure out some date calculations based on a schedule. The requirement was to calculate a future date based on the existing value of a date/time field. I decid...

Regex: Modified Madness...

Yesterday I showed you how this regular expression (regex) worked to find SSNs in text:/(^|[^0-9])([0-9]{3}-[0-9]{2}-[0-9]{4})($|[^0-9])/mHopefully you didn't suffer too much brain damage in the proce...

Regex: Stop the Madness!

Yesterday I showed you a regular expression (regex) that would find an SSN in text:/(^|[^0-9])([0-9]{3}-[0-9]{2}-[0-9]{4})($|[^0-9])/mI didn't tell you anything at all about how it worked, though. Let...

What the Heck is So Regular About This?

Some people think of regular expressions almost as a religion (The One Way), but more people think of them as something to be avoided if possible. Some people find them elegant and intuitive, but more...

HTTP-based Imports via a Data Source

There may be times where you want to grab a CSV, Excel, or XML file from a place on the Internet to perform your imports. Maybe your third party integration system publishes XML documents that are acc...

Snappcast - Episode 1 - Cast introduction

Snappcast is an ongoing series of screencasts created and produced by ServiceNow customers and partners. These will showcase the power and flexibility of the ServiceNow Platform. This is the first epi...

Script conservation - a GlideRecord shortcut

I'm pretty lazy. So I don't like writing more lines of script that are essential. Case in point, my very first business rule, written maybe five-and-a-half years ago, did about 4 different things but ...

User avatar
CapaJ ServiceNow Employee

Classes and More Classes, Oh My!

Continuing our series of puzzled zerogenarian administrators, today we've got Sally. She's wondering about a facet of scripting on the ServiceNow instance that's had her confused for a while. There ar...

Connections, Connections...

Recently Elaine, a system administrator at a company that uses our Discovery product, got to wondering about SSH connections. She noticed that while Discovery sends quite a few probes to her UNIX and ...

Using PowerPoint templates

When creating slides in PowerPoint, try to utilize the appropriate "layout". This ensures consistency across slides. It also makes it easier to convert slides to other "templates", say, when you want ...

Integrating Defect Management into SCRUM

In a change of subject from ITSM... now for something completely different.I've been doing some research into integrating Defect Management (as in Software bugs) into SCRUM. I thought I'd offer up wha...

Creating a Live Feed Homepage Widget

ServiceNow Live Feed is a great new functionality that provides a place to post and share content in a ServiceNow instance. This content forms a searchable knowledge source for sharing information wit...

Favorite Eclipse Plugins

One more Eclipse blog for you. Today I'm sharing my favorite plugins that I've collected since I started using Eclipse about 4 years ago. In order of importance and usage.InstaSearch: By far my favori...