Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Blog Articles

Tips and Tricks: Reluctant vs. Greedy...

A common use for regular expressions is to extract some text from a larger piece of text, based on some delimiters that define the range of text to pull out. For instance, I might want to extract the ...

Tips and Tricks: What All Have I Got Here?

Yesterday I showed you how to figure out whether an object had a certain property. But suppose you didn't know ahead of time which property you wanted? Then what you'd want to do is to enumerate all t...

Parallel Homepage Rendering Explained

Parallel Homepage Rendering is a new feature introduced in the Spring 2010 Stable 2 release. The following information was created by Pat Casey, Service-now.com Principal Architect:OverviewHome pages ...

New Documentation: Tiny URL Support Plugin

Hi everyone,Documentation is now available for the Tiny URL Support Plugin, newly released with Spring 2010 Stable 2:http://wiki.service-now.com/index.php?title=Tiny_URL_Support_PluginThe Tiny URL Sup...

Tips and Tricks: What Have I Got Here?

Yesterday I showed you how to represent things in a JavaScript object. But what if you have the opposite problem — you have an object, but you want to know what it represents? More precisely, you want...

New Feature: Timing is Everything...

Discovery has just acquired a snazzy new feature that will be available starting with the "Stable 3" build coming up in early September, and it will be in the Fall 2010 release. The screenshot at righ...

Tips and Tricks: Even More Arguments...

In an earlier post, I touched a bit on the arguments property that's available in any function. There I showed how you can use it to create functions that take a variable number of arguments. Today I'...

Tips and Tricks: Function Arguments...

There are occasions when it is quite useful to have a function argument that isn't an actual value (in the usual sense of a number, string, etc.), but rather a way to get a value. There are also occas...

New Documentation: Spring 2010 Stable 2

Hi everybody,Today's release is now officially documented! A nice end to another release cycle. If you want to find out what's coming in Spring 2010 Stable 2 and how it works, here's the release notes...

Belly of the Beast: GUIDs and the sys_id...

If you've done any scripting of Service-now.com, you've almost certainly run into the notion of a sys_id: the unique 32-character long identifier that is the primary key for every record in every tabl...

New Documentation: Managing Data

Hi everyone,Today we've released a new topic about managing data. It involves some very intro-level documentation for administrators, as well as more detailed and better organized information about da...

GlideRecord Glimmerings: This or That...

[asset|aid=340|format=Small|formatter=asset_lightbox|title=nerdette.jpg|width=150|height=113|align=right]Suppose your boss wanted to automatically scan every week to look for any "dog" computers you m...

GlideRecord Glimmerings: Windows...

Have you ever needed to write a script that did some work on a lot of records in a table? In such situations it can be very useful to work on one "chunk" of records at a time. There are many reasons w...

Tips and Tricks: Unusual Relationships...

Have you ever wished you could display a related list, but you couldn't figure out how to do it because the things you wanted to list were not related in the usual way (as either a related list or as ...

Find the Bug: Boundary Conditions...

And now for something completely different: a contest! If you click on "Read more" below, you'll see some code that finds prime numbers using the Sieve of Eratosthenes algorithm. Can you find the bug ...

Tips and Tricks: Practically Recursive...

My post on recursion yesterday left some of you wanting a more, er, practical example. What's a real-world example of where one might choose recursion?Ask and ye shall receive:var filesystem = [{name:...

Updated Documentation: Update Sets

Hi everyone,We've just completed a project to rewrite the Update Sets Documentation. You can find it here:http://wiki.service-now.com/index.php?title=System_Update_Sets_(remote_update_set_support)_Plu...