How can we get recent Predictive Intelligence results from Similarity solution definition

Mehakdeep Sing1
Tera Contributor

Hi,

 

I have created a similarity solution definition that generates similar incidents for an incident record. Is there any way i can get the latest 5 incidents based on "Created" field. As far as I know there is no field for sorting the results. Please guide on this.

Thanks in advance.

2 REPLIES 2

StephenR0086629
Tera Contributor

I've encountered the same limitation when working with Similarity solution definitions. While there's no direct sorting on the "Created" field, a workaround is to fetch all similar incidents and filter them using GlideRecord on the client or in a Scripted REST API. It’s not ideal performance-wise but gives flexibility when you need to prioritize the latest data. Curious if others have refined this.

BabitaL
Giga Contributor

You can view recent Predictive Intelligence results by navigating to the “Predictions” tab within the Similarity solution definition. It shows recent prediction records, including match scores and related incidents or tasks. Just make sure prediction logging is enabled in the solution settings.