Predictive Intelligence (PI)in ServiceNow is anAI-powered frameworkthat helpsautomate classificationanddecision-makingbased on historical data. It canautomatically populate values for fields like Priority and Categorybased on theShort Descriptionfield value.
D. Predictive Intelligence
Usesmachine learning modelsto analyze patterns in previous records.
Automaticallysuggests or assigns valuesfor fields likePriority, Category, and Assignment Group.
Example:
If a user submits anincident with "Email not working"in theShort Description, Predictive Intelligence can:
SetCategorytoEmail
SetPrioritytoMedium
Assign the ticket to the appropriateSupport Group
A. UI Policy
UI Policiescontrolform behavior(e.g., showing/hiding fields) butdo notdynamically assign values based on machine learning.
B. Assignment Rule
Assignment Rulesdeterminewho gets assigneda record based on conditions butdo not populate Priority or Category automatically.
C. Action
"Action"is not a framework—it refers toFlow Designer actions, which require manual configuration.
E. CSDM (Common Service Data Model)
CSDMis adata frameworkfor managing CIs and services, but it doesnot handle automatic field population.
[References:ServiceNow Documentation:Predictive Intelligence Overview, ServiceNow AI & ML:Predictive Intelligence for Incident Categorization, , , ]