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
ServiceNow Blog · 6 months ago

ServiceNow Executing a Flow Action via Script (Async and Sync)

 ServiceNow Executing a Flow Action via Script (Async and Sync) Diff between asynch v synch   //-- Start Asynchronously: Uncomment to run in background. Code snippet will not have access to outputs.        &...

ServiceNow Blog · over 1 year ago

Override outbound http log settings

Override outbound http log settings <https://www.servicenow.com/docs/bundle/xanadu-api-reference/page/integrate/outbound-web-services/concept/outbound-logging-configure.ht...

Details →
ServiceNow Blog · over 1 year ago

Scripted REST API Examples

Scripted REST API Examples POST example 1: ( function process(/\RESTAPIRequest\/ request, /\RESTAPIResponse\/ response) { // implement resource here //-- see: //-...

Details →
ServiceNow Blog · over 1 year ago

ServiceNow add 24hrs to a date

ServiceNow add 1 day to a date var gdt = new GlideDateTime(); gdt.addDaysLocalTime(1); gs.info(gdt.getDisplayValue()); gs.info(gdt.getLocalDate()); ServiceN...

Details →
ServiceNow Blog · over 1 year ago

Certified admin developer study guides

Certified System Administrator (CSA) Delta Exam Study Guide: <https://learning.servicenow.com/lxp/en/credentials/certified-system-administrator-csa-delta-exam-study-guide?id=kb%...

Details →
ServiceNow Blog · over 1 year ago

Xanadu and ACLs

[ServiceNow Security Center](https://www.servicenow.com/docs/bundle/washingtondc-platform-security/page/administer/security-center/concept/sec-center.html) is an included applic...

Details →
ServiceNow Blog · almost 2 years ago

ServiceNow Execute Flow Action from Script

ServiceNow Execute Flow Action from Script [![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMFN32C1H6JWrsTmnccWlD3xh5paf_7_XgGbCZKpW-XNX1GMi0N1VDxntyCvzLwYrF2...

Details →
ServiceNow Blog · almost 2 years ago

iXplore

iXplore links: <https://developer.servicenow.com/connect.do!/share/contents/9650888%5Fxplore%5Fdeveloper%5Ftoolkit> <https://xploretoolkit.com/>

Details →
ServiceNow Blog · almost 2 years ago

ServiceNow Parse JSON Array

ServiceNow Parse JSON array Example JSON response: "task\_instances": \[ { "dag\_id": "create-federated-saml-app-poc-v1", "dag\_run\_id": "manual\_\_2024-11-06T10:33:28....

Details →