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

redirect from classic UI to portal (UI Action) after saving the record

//--update the 'create Request' UI action on the incident form UI action settings: client=true onclick=redirectoportal\_catalog() action name=update\_inc function redirectoportal\_catalog() { //alert('test'); var url \= "sp?id=sc\_category"; //gs.addI...

Import · almost 6 years ago

My linkedin pages

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

GlideSPScriptable

https://developer.servicenow.com/dev.do!/reference/api/orlando/server/no-namespace/c\_GlideSPScriptableScopedAPI https://serviceportal.io/glidespscriptable-cheat-sheet/ Haven...

Details →
Import · almost 6 years ago

copy variables to task description

Potentially for use where tasks are generated outside of workflow: var grTask\=new GlideRecord('sc\_task'); if (grTask.get('number', 'SCTASK0011254')){ var keys \= \[\]; var se...

Details →
Import · almost 6 years ago

Double asterisk on dependent fields

displays the list [![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUSXLXXu7CnECvsItFfENq4BHj9fBXGUoPqAdx_wqYs0YKTNNuOF22O6mIX8H32OGXi9irfOXmVJQXf7uEL8cwwlgEeZQ...

Details →
Import · about 6 years ago

TABLE.config in the left-hand nav

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 →