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 · about 6 years ago

ServiceNow Data Lookup Tables in ServiceNow

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 GlideRecord ( 'x\_cls\_clear\_skye\_i\_profile' ); grProf . addQuery ( 'status=1^ ow...

Import · about 6 years ago

Service Catalog Data Lookup

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 6 years ago

Set up a bunch of test users

via fix script | Users – 10 in total | NAME USER ID test USER1 test\_user1 test USER2 test\_user2 test USER3 test\_user3 test USER4 test\_user4 test USER5 test...

Details →
Import · about 6 years ago

GlideRecord setDisplayValue()

example: var grGrpRole\=new GlideRecord('sys\_group\_has\_role'); grGrpRole.initialize(); grGrpRole.group.setDisplayValue('application development'); grGrpRole.role.setDisplay...

Details →
Import · about 6 years ago

Add a favicon image (browser tab)

go to images table (db\_image) or via system UI> images and upload your image for example: then go to system properties> system and reference the image result: Haven't test...

Details →
Import · about 6 years ago

Debug using the browser console

function>F12> click console> view the error 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...

Details →
Import · about 6 years ago

Change Instance Timezone

go to basic configuration UI16 and update the 'system timezone' field Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an...

Details →
Import · about 6 years ago

What are ServiceNow Count Gauges

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 →