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 Pradyumna Das. View profile Clear
NJP
Import · about 2 years ago

Get Reports which are not associated with any Dashboards

Run the below script to get all the reports that are not associated with any dashboard. gs.info('Please find the below reports which are not associated with any dashboard'); gs.info('Report Title -- Report on Table -- SysID'); var grSysReport = new Gl...

Import · over 2 years ago

Get Protected Script Include Code

We can get all the functions created in the protected script include using below code. var instance=new scriptIncludeName(); /name of script include/ var list=[]; for(var prop...

Details →
Import · almost 3 years ago

NLU Utterance Prediction Using Script

Hi Experts, In this article, I have added the code to get the NLU Prediction result based on our model and utterance. Execute the below code in the background script to test ...

Details →
Import · about 3 years ago

Call AI Search Using Script

We can call AI search in server side script. 1. ServiceNow has provided one OOB script include(AISASearchUtil). 2. Before calling that script include make sure you are in globa...

Details →
Import · about 3 years ago

Read Excel File Using Script

We can read Excel from a server-side script using the below code. Example: Suppose I have one Excel file which has 3 field Employee ID, LAST NAME, and FIRST NAME. I wanted to r...

Details →
Import · over 3 years ago

Configuration Functional Field in Report

In the below informative video, we dive into the ServiceNow configuration fields and their purpose in report generation. I will take you through a step-by-step demonstration to ...

Details →
Import · over 3 years ago

Azure Cloud CI Discovery Process

Servicenow Azure Cloud Discovery Setup _Version: Quebec Patch-4 Hotfix-2_ Step-0: Install Required Plugin 0.1: Install Cloud Management plugin(Option if using patterns) ...

Details →
Import · over 3 years ago

Discover CI via API

Hi Folks, Please use the below script in scripted rest API if you wanted to automate CI Discovery Process. Note: Create one query parameter named as IPAddress so that while ca...

Details →