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

Blog Articles

Jelly: Conditional Love...

The ServiceNow platform renders HTML based on data it retrieves from its database. Often we want to make decisions about what HTML to render based on that database information. The Jelly tags (its sta...

KPI: Kicking Poor ITILGirl

Poor ITILGirl...Take ownership of colleague's old incidents, get blamed in stats for not resolving them on time. AWESOME.Hmph, an exercise in unfairness... of course if her manager managed to interpre...

Helpful Text on Forms using UI Macros

Periodically, a customer will ask for some "helpful text" placed on a form. While I'm sure you're familiar with the simplicity of creating and arranging fields on a form, it's also pretty easy to add ...

Jelly: Deep Dive Series...

A few weeks ago, a friend and colleague asked me to do a series of posts on Jelly, because he knew that many people found it quite mystifying — not only how to use it, but even simply what it was.The ...

What the Devil???

Several times in various posts on this blog, I've mentioned some differences between JavaScript primitive values and their corresponding objects. The other day one of my readers asked me to elaborate ...

It's the In Thing...

A few posts ago I mentioned that you can use the hasOwnProperty() method to distinguish between a property that's actually undefined and one that exists but has a value of undefined.Ok, my young frien...

Conditional Filters

One of the first things that blew me away about ServiceNow was the iTunes like way to make filters on lists, or conditions on things like UI policies. Recently, I had a need to build my own records wi...

Happy Thanksgiving!

From all of us at ServiceNow (and especially from the Automation Team!) — may your Thanksgiving holiday be filled with wonderful food, close friends, hugs from your family, and lots of good cheer!We'l...

SOAP into ServiceNow via x509 WS-Security

ServiceNow recently added inbound WS-Security profiles as a SOAP interface option into the system. I have had several customers ask how this works, so I have created the following tutorial.This articl...

Anyone wanna style variables?

We've had Field Styles forever. We've had Reference Styles for a little while (where you can make ALL reference fields for a given table a certain width, for example).Do you want to style variables?I'...

User avatar
CapaJ ServiceNow Employee

Conditionally Speaking...

JavaScript, like all the "C-like" languages, has a conditional operator (sometimes called the ternary operator because it has three parts). If you don't know it by name, it looks like this: ? : This ...

If I Wanted A Sink, I'd Go To Home Depot!

So a few weeks ago, Harriet (seen at right) was talking with me about some customizations she was making to Discovery. Part of that customization involved making a few business rules, and this reminde...

Configuring the SAML 2.0 Plugin

Despite our lengthly wiki article on the SAML 2.0 plugin, I still get a lot of calls from customers who want to know the general steps to setting up SAML 2.0 with their ServiceNow instance.In order to...