Which framework can automatically populate values for the priority and Category field based on the Short description field value?
Correct Answer: D
Predictive Intelligence (PI) in ServiceNow is an AI-powered framework that helps automate classification and decision-making based on historical data. It can automatically populate values for fields like Priority and Category based on the Short Description field value.
Correct Answer
D . Predictive Intelligence ✅
Uses machine learning models to analyze patterns in previous records.
Automatically suggests or assigns values for fields like Priority, Category, and Assignment Group.
Example:
If a user submits an incident with "Email not working" in the Short Description, Predictive Intelligence can:
Set Category to Email
Set Priority to Medium
Assign the ticket to the appropriate Support Group
Incorrect Answer Choices
A . UI Policy ❌
UI Policies control form behavior (e.g., showing/hiding fields) but do not dynamically assign values based on machine learning.
B . Assignment Rule ❌
Assignment Rules determine who gets assigned a record based on conditions but do not populate Priority or Category automatically.
C . Action ❌
"Action" is not a framework-it refers to Flow Designer actions, which require manual configuration.
E . CSDM (Common Service Data Model) ❌
CSDM is a data framework for managing CIs and services, but it does not handle automatic field population.
Reference:
ServiceNow Documentation: Predictive Intelligence Overview
ServiceNow AI & ML: Predictive Intelligence for Incident Categorization