function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BenjKBenjK 

Is there a way to identify unresolved items via the API or Reports?

In my org, managers have support staff who (among other things) clean up their unresolved items.  Since the unresolved items screen can't be shared, I was wondering whether there are any cueues that I could use to identify and display unresolved items in a custom screen.  Anyone have ideas?

Best Answer chosen by Admin (Salesforce Developers) 
BenjKBenjK

I solved my own question, for now, by querying for Tasks where WhoID = null and Subject startsWith "Unresolved Email" -- not perfect, but a pretty good work-around for the time being.

All Answers

Navatar_DbSupNavatar_DbSup

Hi,

 

I think there is no any method to know the unresolved item after cleanup or resolved.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

BenjKBenjK

I solved my own question, for now, by querying for Tasks where WhoID = null and Subject startsWith "Unresolved Email" -- not perfect, but a pretty good work-around for the time being.

This was selected as the best answer