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

Blog Articles

Fall 10 Webinar Customer Q & A and Video Link

Prior to our Fall 10 Release we held a webinar that was attended by nearly 500 SNC users. Out of that session came a few questions, answers to which have relevance for all Service-now users. Here's an...

Revised Service-now.com Wiki on the Way

Hello--As some of you know, we have been working on a revision to our wiki functionality. The primary purpose of this update is to make it easier to find content and get answers. I'm happy to say it's...

New Documentation: g_form API

Hi all,We're aware that the community has been asking for more documentation of scripting APIs. Today we're releasing the API for the client-side g_form object:http://wiki.service-now.com/index.php?ti...

Navigator Sprite Support Explained

Navigator Sprite Support 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:OverviewModern web pag...

Light Blogging Excuses...

Some of you have wondered if I had decided to stop torturing y'all with this series of object-oriented JavaScript posts. No such luck. I am preparing for our user conference in London next week. That'...

Object-Oriented JavaScript: First Steps...

This post is the first in a series, intended to be an introduction into writing object-oriented programs in JavaScript. All of the examples will be done in the Service-now.com server-side environment,...

New Feature: On-Demand Functions...

She seems a bit skeptical about this, but it's true — starting with the Fall 2010 release, you'll be able to define functions whose definitions are automatically included when you use them.This is muc...

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 ...