HOW TO CREATE DISCOVERY PATTERN EXTENSIONS AND WHY TO USE THEM

What is a discovery pattern extension A pattern extension provides the ability to modify a pattern without customizing it.

Read more

PARSE EMAIL FLOW ACTION

Summary Simple flow action to parse email body and return name-value pairs to flow.

Read more

RANDOM PASSWORD GENERATOR FLOW ACTION

Simple flow action to generate a random password and return password2 value.

Read more

DATA TRANSFORM RECORD

Data Transform Record This is a script include I wrote a while back to simplify loading data from external sources.

Read more

INSTALLING A MID SERVER ON WINDOWS

Installing a Mid Server on Windows 1. Create an mid user on your instance Create a user account and grant it the mid_server role

Read more

USING THYCOTIC SECRET SERVER AS AN EXTERNAL CREDENTIAL STORE - PART 1(MID SERVER)

Update: I decided to not use refresh_tokens due to configuration on Secret Server not making it viable.

Read more

VARIABLE HELPER

Variable Helper Working with variables in ServiceNow is no fun sometimes, especially Multi Row Variable Sets.

Read more

GETCLIENTIP() LIES.....SOMETIMES.

The Problem During a recent conversation on the #sndevs slack, jarodm pointed out an issue with getClientIP() that I was not aware of.

Read more