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

Blog Articles

The h.e.l.p. Blog 4/14/11

The h.e.l.p. Blog(here everybody learns plenty)This week: travel, navigation , and macros!This week Davida and I have had the great honor of making our first customer visit! We packed up our bags and ...

Scripting: Extending a Class, Part I...

Yesterday I threatened to show you one way to extend a JavaScript class. This is done a bit differently than how the woman at right has extended her hair.We're going to extend GRUtil to add a new meth...

Snapshot, Trend, Count, Point-in-Time Reporting

Ever had these thoughts....How many open/closed incidents did I have last week, month?How can I trend on the Quantity of something?What has been my trend of loaner computers in the past months?Recentl...

User avatar
MB26 ServiceNow Employee

Scripting: What's Up with the "this."?

The light bulb just went off for our super-genius at right — finally, it all makes sense to him. What makes sense, you ask? Why, code like this (which I used in my last postgr = this._get_real_gr(gr)...

The h.e.l.p. Blog 4/8/11

The h.e.l.p Blog 4/8/11(here everybody learns plenty)I am sure you all missed me last week, but I am back and excited for this week's blog.Over the past two weeks among our other activities we have be...

Scripting: Script Include/Class Basics...

On occasion in this blog, I've mentioned Script Includes (navigate to System Definition → Script Includes) and talked about classes using the prototype.js library. On the Service-now instance, JavaS...

JavaScript: Identity vs. Equality...

In real life there's often a simple, obvious distinction between identity and equality. For instance, if you hand me two oranges I might think of them as equal, but I certainly wouldn't think of them ...

The Wrong Parent...

If you're a parent, have you ever wished you could hand your kid(s) off to someone else? Or...when you were a kid, did you ever wish you had a different set of (cooler) parents? The kid at right just ...

JavaScript: Datatype Coercion...

Our young friend at right is skeptical that we ever need to force JavaScript to use any particular datatype, but actually the need arises often. If you write any JavaScript at all, you're probably usi...

Guest Account Support - SSO

After a stressful week of being uncertain I would be able to implement a solution allowing guest users to be able to access the CMS, Joshua Personius and Andrew Kincaid came to the rescue!Working with...

ANNOUNCEMENT: Wiki Upgrade Today

Wiki upgrade coming today. Navigation, categories, and breadcrumbs have been updated. Cheers to Tech Writer Rachel Sienko for leading this project and doing much of the work. This is an incremental ch...

JavaScript: XOR and More...

There's just one more bitwise JavaScript operator left for us to talk about: the exclusive-or (aka XOR) operator, which is "^". There's also one more topic related to the bitwise operators that I'll c...

JavaScript: Shifty Operations...

There are three bitwise JavaScript operators that I didn't talk about yesterday: ">>", ">>>", and "<<". They are JavaScript's shift operators. No, that's not some kind of shady operator like our fello...

More New API Documentation

As you may know, we've been playing catch-up documenting our APIs. This is some of the most difficult documentation to create, not just for us but for anyone doing what we do. Right now I need to take...