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 Ankur Bawiskar. View profile Clear
NJP
New article articles in ServiceNow Community · about 1 month ago

Do Kilo ao Tera: A Jornada de Níveis na Comunidade ServiceNow (E a Celebração do Nível Tera Sage!)

Para quem, assim como eu, vive e respira o ecossistema ServiceNow diariamente, a Comunidade Oficial é muito mais do que um fórum para tirar dúvidas pontuais — é um centro vibrante de aprendizado, colaboração, networking e, claro, uma dose muito saudável de ...

New article articles in ServiceNow Community · 7 months ago

Refresh impacted services automation not working

Hello All, We have a oob ui action Refresh impacted services. I want to automate the process like if any addition or deletion to affted ci's related list on incident happ...

Details →
New article articles in ServiceNow Community · over 1 year ago

Identify active flows running on particular table

We often need to identify which flows are running on a particular table. Unfortunately, this cannot be determined out of the box in Flow Designer or Workflow Studio. However, th...

Details →
New article articles in ServiceNow Community · over 1 year ago

Get latest comments in email notification

Often, we need to include the latest comments in email notifications. To display the most recent comment in an email template or notification body, use: ${comments:1} If y...

Details →
New article articles in ServiceNow Community · over 1 year ago

Hide label of MRVS in native and portal

Many a times there is a requirement to hide the label of MRVS in native and portal. OOB there is no method to achieve this requirement. Below script will help us achieve the s...

Details →
New article articles in ServiceNow Community · over 1 year ago

Retrieve record display value or number in ATF

Many a times there is a requirement to get the record's display value or number in ATF. But when we use Record Query step OOB it gives output as record sysId and not the displa...

Details →
New article articles in ServiceNow Community · over 1 year ago

Update record using UI page and UI action

Many a times there is a requirement to show UI page and take input from user and update the current record. This can be handled using an UI page which gets invoked from UI acti...

Details →
New article articles in ServiceNow Community · over 1 year ago

Add help text above checkbox variable in portal

Many a times there is a need to add help text above checkbox variable in portal as it's not possible to add OOB. Here is a way to achieve the same in portal. 1. Create a widge...

Details →
New article articles in ServiceNow Community · over 1 year ago

Make variable label as bold in native and portal

Many a times there is a requirement to add some css to variable label such as making bold. I am sharing sample script for the same, you can enhance it as per your requirement. ...

Details →
New article articles in ServiceNow Community · over 1 year ago

Verify if scope exists in ServiceNow instance

If you need to verify whether a scope belongs to ServiceNow, you can use the following script. Example: var scopeObj = new GlideScopeAPI(); var currScope = 'sn\_grc\_profiles...

Details →