logo

NJP

Agent Intelligence Mods For Suggested Groups at Novant Health

Import · Aug 14, 2019 · article

This article will show how an organization can make minor modifications to OOB script includes in ServiceNow to return the level of confidence from from the prediction outcome from a given solution.

We implemented this at Novant Health so that we could present a "suggested group" based off the prediction and confidence level of the AI prediction.

This gave an opportunity to present to the process performer the option to use the default assignment group based off our AR routing rules, or to use an AI prediction based on the content of the incident.

image

To achieve this, we needed to create a client script on incident, modify some OOB utils and create a helper script of our own.

Below are screen-shots of the code we modified/created.

Modification of AiAjaxUtil:

image

Client Script for group suggestion:

image

Custom AI AJAX helper:

image

Business Rules:

image

View original source

https://www.servicenow.com/community/now-platform-articles/agent-intelligence-mods-for-suggested-groups-at-novant-health/ta-p/2327595