Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Elevating approval approvers

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Some common recognizable situation we all know of, your Service Desk getting emails, phone calls, desk visits about performing small tasks in ServiceNow. Cha...

find_real_file.png find_real_file.png find_real_file.png

New York Available for Personal Developer Instance

Now that New York is in early availability, it has been made available in the personal developer instances.You can head over to the manage my instance page and upgrade away.   Many of you know the drill on how to get your hands on this. If you need s...

dave_slusher by ServiceNow Employee
  • 652 Views
  • 1 comments
  • 0 helpfuls

SN Madrid Release - V1

1. isEncodedQueryValid() - scoped applications [Verifies whether the specified encoded query is valid] Eg :  var gr = new GlideRecord('incident_sla');var isValidQuery = gr.isEncodedQueryValid('inc_impact=1^taskslatable_active=true');if (isValidQuery)...

SOAP and XML scripting

Getting certificate data from GeoTrust I write up this use case, as it's no longer valid for me, but the SOAP and XML lessons I learnt still stands. Hopefully it will help someone else to traverse an XML using ServiceNows XML handler. A few potholes ...

Top Contributors