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 · over 5 years ago

Service Portal user profile widget: where are the Bio / Photo stored?

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 · over 5 years ago

For loops in javascript

ref: [For loops](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops%5Fand%5Fiteration) var prop1\=gs.getProperty("a-property");//--, delimited sys\_ids (or...

Details →
Import · over 5 years ago

I accidently clicked on switch to UI15

this pops you nicely back into UI16: [https://instance.service-now.com/?sysparm\_userpref\_use.concourse=true](https://www.blogger.com/) (or if you really want to go back to ...

Details →
Import · almost 6 years ago

Restrict quantity per catalog item

(other options discussed by other developers in these example links, see below for my approCH https://community.servicenow.com/community?id=community\_question&sys\_id=6e3cc765...

Details →
Import · almost 6 years ago

AJAX problems with non-strings

sometimes need to convert return parameters to STRINGS to avoid nulls getItemPrice: function() { var sPrice \= '0'; var sApproval \= ''; var itemSYSID \= this.getParameter('sy...

Details →
Import · almost 6 years ago

getReference - client script

g\_form.getReference("department\_details", function(dataItemGR) { sDeptParent \= dataItemGR.getValue("parent"); }); Haven't tested these all recently within global/local sco...

Details →
Import · almost 6 years ago

known issue with inherited role removal

below script can be used as a workaround to tidy up inherited roles which can't be removed which is being caused by the inherited flag being set to true on sys\_user\_has\_role...

Details →
Import · almost 6 years ago

Accessing the login page

this is actually located under system UI> welcome page content https://docs.servicenow.com/bundle/istanbul-platform-user-interface/page/administer/navigation-and-ui/concept/c\...

Details →
Import · almost 6 years ago

Setting stages in request item workflows

go to the workflow properties> stages tab [![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOi1FbTR4c8GsZOfpwYzkZ4pRS4dbx3sEX8GPKD851N4ZQxT7p_2DNYxM6p55SuQyU4O...

Details →
Import · almost 6 years ago

Group tasks widget in Service Portal

[![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWqWdhfF8Ffr8RGkFZ3TVMPPwzQta5zskTPO8YoiiQchcaHgIbjmBAIu6NQOGuVs-p3rcRrGUR_tsAsMYISB0srzMh_kZxrk1IUki44ymE1qlBYvp...

Details →
Import · almost 6 years ago

Performance Analytics Intro

Performance Analytics generates accurate historical trends by capturing continuous snapshots on a regular basis, typically daily. e.g. Reporting can tell you which tickets rais...

Details →