ServiceNow JS Library

acoates1
Mega Contributor

I've been missing intellisense since starting out in ServiceNow and have been looking for a way to find the associated functions in the API, without constantly referencing the API guide.

 

I was fortunate enough to come across this site where someone has been kind enough to provide such functionality

 

GarrettNow | Bite Sized Service-Now

 

You can download the ServiceNow JS Library and load it into Netbeans or Eclipse, or whatever IDE you like and access all the functions as you type. Takes me back to my Visual Studio days!

5 REPLIES 5

AkshayPotdar
Kilo Contributor

Have you tried Syfer IDE? It provides smart intellisense on GlideRecord to show all fields of the selected table along with all platform functions. It also give you suggestions for the table name while initializing the GlideRecord. In fact there is an automatic code generator option available to generate code snippets for GlideRecord and GlideAjax. So you don’t even have to type that repetitive code every time.

 

It is available as a free app on ServiceNow app store.