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

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

Add an extended field to a base list

I just saw this checked in by a developer, sync'd and tested it, and wanted to tell you about it. It should be on /demo tomorrow to play with.The ability to add an extended field (like "incident_state...

Documentation and the Service now Knowledgebase

Dear Service Now Insert/Modify image, and I don't like it.I want a simpler solution to building documentation in Service Now. Similar to sharepoint where OLE pasting screenshots is possible.My current...

Do You Know Your JavaScript?

What value will the following script print in the log?var a = 'snake 31';var b = /[0-9]+/.exec(a);b += 2;gs.log(b);Open this post to get the answer...The answer is: 312.The first tricky bit is the reg...

Off Topic...

As many of you know, my wife competes with our dogs in dog agility. If you're not familiar with the sport, it's basically about running your dog through an obstacle course (different in every competit...

Deep Dive: Ping...

In a conversation last week, one of our customers asked "What exactly does Ping do, anyway? I use it all the time, but I don't know how it actually works!"Well, that's a fair question. If your backgro...