- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2020 03:57 PM
Hi,
we are facing issues with case records not auto closing as per the flow after seven days ,state resolved and auto close set to true,upon further sleuthing found an OOB BR "mark for auto close" does not set the autoclose flag since needs_attention flag is set to true by the following "actionable case flow"- Set Needs Attention if additional comment changes"
The stuck unclosed cases have these fields set to true since comments were either added by an agent who is not the assigned to or comments being copied over from related record(incident, problem or change).
I need help to understand on what condition does the flag clear. does this need to be done manually and how to rescue these records?
if so , this will be overhead for our operational team as in most cases , it is likely many users can work on the case record.
-Alternatively, we were thinking of deactivating the actionable case flows or only the flow mentioned earlier.
Please advice
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 03:19 AM
Hi Priya,
Even we faced the same issue in one of our implementation. Needs attention flag is set to true if there is a blocked by record created which may be due to state being changed to awaiting info or case being escalated. But this Needs attention flag never get unchecked. You will have to modify this BR as per your need.
Even we did the same. After that it worked fine.
Thanks,
Mahesh Kumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 12:44 AM
Hi
I am facing with the same issue and trying to reset the value to false with flow designer. And its not working.
This is the script used, and still it doesn't set the value to false.
So does it mean the business rule is again resetting the value to True and I am able to see the flag of Needs attention.
Is there a way that we can achieve this using flow designer without changing the BR?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2020 03:38 PM
Thanks Heaps Mahesh for your time and help!! much appreciated!!
will try out the BR as per your script.