- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 06:30 AM
Can anyone please suggest how to auto close resolved case(n_customerservice_case) after 30 days?
I had given System Property "case.autoclose.time" value to 30.
Is it will work?
Or Do I need to change any other configuration?
Regards,
Sruthi
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 09:26 PM
Please refer the similar Thread
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 06:35 AM
Hi sruthig,
Check the flow designer involved with this.
https://docs.servicenow.com/bundle/orlando-customer-service-management/page/product/customer-service-management/concept/auto-close-customer-service-case.html
Please Mark as ✅ Correct if this solves your issue and also mark ???? Helpful if it helps resolve your problem.
Thanks,
Saji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 06:59 AM
Hi Sajilal,
The flow designer "Auto Close Resolved Cases" is not active.
My requirement is not to sent reminder mail after close the case
I just want to make resolved case closed after 30 days.
How can I achieve this?
Please Suggest
Regards,
Sruthi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 09:13 PM
Two ways if you are looking for customization,
1) Either via Flow/Workflow you can setup, add activities "Wait for condition" where you will be checking if State is resolved. Then you can put a activity "Timer" for 30 days. Then one more activity to check "If condition" if the Case is still in resolved state. Finally the last activity would be "Set Values" where you will Close the Case using the current.field way.
2) Write a Scheduled Job script execution Type which runs every Day.
The Gliderecord Query should be running on the Case Table with filter conditions as Last Resolved in 30days. You can use a addEncodedQuery too. And you can auto close the case this way too.
Hope this helps, if you are looking for more help please let me know.
Please Mark as ✅ Correct if this solves your issue and also mark ???? Helpful if it helps resolve your problem.
Thanks,
Saji

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 09:26 PM
Please refer the similar Thread
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat