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

Blog Articles

Managing Glide Lists

A colleague of mine recently asked for some assistance in managing Glide List (glide_list) fields. I had written some scripts that were fairly task specific so I rewrote them as generic as possible an...

Thoughts on Gamification at Omnicare

I just listened to the Gamification of the Service Desk webinar presented by Kim Liston, Michael Slabodnick and Tim Deniston from Omnicare.It's a story that I followed on Twitter through Michael and I...

An admin can add Domain separation to a table

If you are an admin, you can add Domain separation to a custom or out-of-box table that isn't currently separated. Just create a new field in that table, when personalizing the list or form for that t...

Don't have UI11? Use Labels

I love UI11. One of my favorite features is that wonderful edge on the left to quickly navigate through the system the favorite items that I choose. Unfortunately, not all ServiceNow customers have UI...

Large Teams (Part 1 of 3) - Debugging

For the past year or so I've been working with large customers with large deployment teams. This differs greatly from when I was a customer with a team of two people configuring the platform. As a res...

Edit a Workflow Directly from a Task

A couple of weeks ago, I saw a great idea from Alex Yupanqui, who works for ServiceNow, to create UI actions to allow users to directly edit a graphical workflow from the associated record. I've taken...

Returning multiple values with GlideAjax

I've heard a number of questions on how to use GlideAJAX to return multiple values. It wasn't clear in the wiki (until now) how to do this so most people were sending a string array of values to be pa...

Comparing Client Dates

I just came across a case where someone was comparing two date fields on the client to validate that the one was later than the other. To accomplish this they created a script include to compare dates...