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

Blog Articles

JavaScript Tips and Tricks: JSUtil...

Did you know that your Service-now instance comes complete with a handy-dandy set of commonly used JavaScript utility methods? These are in a script include named "JSUtil", and you can easily use its ...

Deep Dive: JavaScript Inner Functions...

Here's a simple and very useful feature of JavaScript that you may not be aware of: functions may be nested, one inside another. Here's a simple example, in a script you can run on your instance:<DIV>gs.lo</DIV>...

Knowledge10 Bleg...

Our Knowledge10 conference is coming up in just a couple of months! I'll be there, and I hope to see you there as well. But whether you're attending or not, we'd like to hear your thoughts on the best...

Unexpected JavaScript...

Every once in a while, I run across something completely unexpected in JavaScript. This morning was one of those times.In my code, I had the equivalent of this:var x = 0;if ('' == x) gs.log('What the?...

Using metrics?

Can someone post a screenshot or two of their metrics and or reports and how they are setup? I'm trying to start reporting on aging and grasping at straws.

accessing web services via visual basic

Hi - I'm trying to access the incident table via web services but have not been successful. Here is the code:Dim rProxy As New ConsoleApplication1.wp1.ServiceNowDim rGetKeys As New ConsoleApplication1...

Resolve Codes

We have been sitting through an ITIL incident management course and they mentioned to use "Resolve Codes" to catagorize how the incident was resolved. This is suppose to help with identifing areas of ...

Object-Oriented JavaScript in Our Stuff...

Many of the kinds of things y'all want to customize in Discovery (especially sensors and CI consolidation) involve some programming in JavaScript. Even if you're already familiar with JavaScript, you ...

Service Now forums

Here's why the forums aren't making any sense to me and why people aren't collaborating as much as they should here.1) The forums headings are illogical, think about the structure of your application ...

Deep Dive: Replaceable Probe Parameters...

Have you noticed that some probes have commands with odd-looking "words" in them? For example, the MySQL - Configuration probe has a command cat ${filename}, and the Linux - Disk probe has a command s...

New Feature: Credential-less Discovery...

The first cut at credential-less discovery is included in last Friday's "Stable 1" release, so it will be included in the next major release of our product. What is credential-less discovery, anyway? ...