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

ServiceNow Dynamic Filters

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

ServiceNow new in Tokyo - Data Filtration

\- these work in conjunction with ACLs, however they are executed BEFORE the ACLs \- data filtration is a 'deny' principle whereas ACL a 'grant' principle \- data filtration ...

Details →
Import · almost 4 years ago

Tips

Like what you're reading & wanna send me a tip? <https://paypal.me/cryptosmiff> Haven't tested these all recently within global/local scopes, so feel free to have a play! o...

Details →
Import · almost 4 years ago

ServiceNow Data Dictionary

ServiceNow Data Dictionary [Navigate to a table](https://docs.servicenow.com/bundle/sandiego-platform-user-interface/page/administer/navigation-and-ui/task/t%5FNavigateDirectl...

Details →
Import · almost 4 years ago

ServiceNow Playbooks

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

ServiceNow Build up a JSON return object

function getResult(){ var oResult \= { "ProblemID": "", "PID": "" oResult.ProblemID \= "a string"; oResult.PID \= "b string"oResult ;}var res= getResult();gs.print(res.Pr...

Details →
Import · almost 4 years ago

ServiceNow Clones

consider interaction\_related\_record for table exclusions (in addition to interaction) when running a servicenow clone - particularly if TASKS are not being copied during a clo...

Details →