logo

NJP

News Jace Pro

ServiceNow intelligence for people who need to know what changed.

News, acquisitions, companies, people, events, and public filings in one searchable place. No vendor press-release fog.

The latest

What’s moving right now

Showing stories connected to Ruen Smith. View profile Clear
NJP
Import · almost 3 years ago

ServiceNow Generate a Password Function

var spassword \= generatePassword(10); function generatePassword(len) { var length \= (len) ? (len) : (10); var string \= "abcdefghijklmnopqrstuvwxyz"; //to upper var numeric \= '0123456789'; var punctuation \= '!@$%^&\'; while (password.length < ...

Import · about 3 years ago

ServiceNow Export Sets

Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedded in the GlideRecord , e.g. var grProf = new Glid...

Details →
Import · about 3 years ago

ServiceNow .list verses .LIST

when entering .list and .LIST in the left hand navigation compare the results: url generated is unchanged, but results are rendered in nav\_to.do format with the left hand navi...

Details →
Import · over 3 years ago

ServiceNow orderBy and orderByDesc

Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedded in the GlideRecord , e.g. var grProf = new Glid...

Details →
Import · over 3 years ago

ServiceNow Flow Designer Debug Level

Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedded in the GlideRecord , e.g. var grProf = new Glid...

Details →