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

Check for date in the past -- client script

could be done with AJAX call but UI Policy a simpler way! function onCondition() { //--July2020 //--DOB must be a date in the past //--service portal friendly var msgKey\="catalog.dob.invalid"; getMessage(msgKey, function(msg) { //g\_form.showFieldMsg('da...

Import · about 6 years ago

ServiceNow Cross Scope Privileges

Cross scope privileges 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....

Details →
Import · about 6 years ago

Flow Designer on requested item table?

It appears not... 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. va...

Details →
Import · over 6 years ago

UI Policy Action - annoying bug

on a new UI policy action errors are displayed and the variable dropdown remains empty workaround: update the order value on the parent UI policy to < 100 (do from list view) ...

Details →
Import · over 6 years ago

Flow Designer: queue an event

to queue an event from flow designer: use the create record action Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an e...

Details →
Import · over 6 years ago

Inbound Action: reply on closed ticket

create a ticketclosed event registry entry on TASK table Include the following code in your 'update incident' , 'update request' inbound actions //--activate a ticket is clo...

Details →