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

Blog Articles

Labels

One of my favorite time saving features of ServiceNow is labels. This handy, and often overlooked feature, can speed up the navigation to a specific record.As I develop solutions, I find I'm constantl...

How to Create Collapsible CMS Menus

Ever wanted a simple way to add collapsible menus to your ServiceNow CMS site? I just came up with a way to do this. Check it out at ServiceNowGuru!http://www.servicenowguru.com/content-management/col...

Stuff needing update out-of-box in Service-Now

While going through my most recent implementation I'm finding a lot of points where I wish there was more content out-of-box. To be absolutely clear; I'm not talking about demo data.One such thing is ...

The problem you've never seen and never want to

First off, sorry to the community members. I've been super busy these days and haven't been able to respond to posts as much as I would like. Here's an example of what's been keeping me busy.Yesterday...

Take A Deep Breath...

When you're working with JavaScript on the client side, it's pretty easy to work with XML — the DOM is built right in. But what if you want to work with XML in a server-side JavaScript? There's no DOM...

Mass ADD/PASTE Affected CIs into a change

A customer recently asked me to implement a solution whereby they could grab a list of CIs from an excel spreadsheet and paste them straight into the affected CIs list within a change, as you know you...

SOAP through the MID Server

Earlier this year, ServiceNow added the ability to send SOAP messages through the MID Server. This was an awesome addition to the product. I played around with the feature just to be familiar with the...

Script Actions - Business Rules' cousin

Most of us are aware of business rules - those lovely little gems that typically run right before or after a database operation (among other things that I'll talk about later.) Sometimes we want to ru...

JavaScript: Slightly Subtle...

What do you think is logged when you run the following script, assuming that you have three computers named "Aleck", "Ben", and "Tom" in your CMDB?var gr = new GlideRecord('cmdb_ci_computer');gr.order...

Google Analytics

Have you heard of Google Analytics? Have you wanted to use it with your Service-Now instance? You may have even noticed some code on the demo site suggesting an integration with Google Analytics. Here...

Big Iron for MID Servers?

A customer recently asked, basically, just how big the iron for a MID server needed to be:Right now our choices include for the MID server 12 core at 54 gig, or 16 core at 60 gigs but with more cost a...

The Value of Dependent Choice List Values

Have you ever created a three tiered dependent list? Have you ever tried it when some of the options on the second tier are the same?You're probably aware of the dependent choice lists Category and Su...

ADFS setup steps for ServiceNow SAML 2.0

There have been a number of questions on the forum lately regarding active directory Federation services (ADFS 2.0) and the ServiceNow SAML 2.0 plug-in. John Gubatayao (from Navigis) and I were able t...