SNC Development

ServiceNow & Other Writings by EcoStratus Technologies

Service-Now JavaScript Library Resource

Published by

on

grgisme's avatarGarrettNow

Something that is missing when you get started with Service-Now development: a package of tools to make a developer’s life easier. A good part of the reasoning behind this, is that Service-Now intends for you to do all development directly in your development instance. They’ve provided some great functionality around this (syntax highlighting and basic error checking). However, there’s no code completion, and if your web browser happens to crash, you’ve just lost your past 10 minutes of work.

For the inaugural post on this Bite-Sized Blog, I’d like to share something that I’ve put together, and use on a daily basis. It’s a library of Service-Now JavaScript files to help with auto-completion in your favorite IDE (it works great in Netbeans and Webstorm).

This allows you to easily see what functions are in a GlideRecord or GlideSession object, etc. Extremely useful for learning about new functionality, as well as…

View original post 91 more words