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

Articles

SNOW Table Down-loader Tool v1.4

Hi Developers,     I would like to share with you a desktop app [SNOW Table DownLoader Tool v1.4] that I developed 100% wish allows you to interact with your instance directly. Still needs a lot of work and enhancement this is why am keen  to hear fr...

find_real_file.png find_real_file.png

List of CI Tables

Happy Monday, Quick way to check out the CI tables present in ServiceNow. 1) Via Background Script var table = new TableUtils("cmdb_ci"); var ciTableList = j2js(table.getAllExtensions()); for (var i = 0; i < ciTableList.length; i++) gs.print(c...

find_real_file.png find_real_file.png

Client-side date formatting

A quick pair of tips for dealing with date formats on the client side: This is an undocumented function and global that will help you turn date strings pulled from form controls into JavaScript dates for date manipulation: UNDOCUMENTED FUNCTION: getD...

First Studio Application - Template Metric

Hola Guys, There has always been lot of buzz about understanding and creating apps in Studio application and usually people tend to think it is quite complicated and will create issues while running in prod and they opt to use Global app instead. Las...

Top Contributors