- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:41 AM
Hi all,
I have a requirement to auto-close the resolved cases after 5 business days. Currently, we are using a flow to auto-close the resolved case after 5 calendar days.
I have added a condition to check if the resolved date is relative on/before 5 days ago.
Now I have to add a schedule to this flow and I am out of ideas. Appreciate any suggestion and help.
Thanks in advance,
Ashwin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 03:54 AM
Hi Ashwin,
You can create two custom fields on account level, Support schedule and resolution duration.
Resolution duration can be vary for each account (5,7,10 days) & support schedule for each account may vary too.
You will have to create expected close time field on case table as well.
When case gets resolved then you can have below code in your before Update Business rule -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:52 AM
Hi Ashwin,
Below article should be able to help you.
https://www.servicenow.com/community/developer-articles/article-16-run-flow-hourly-monday-friday-8-0...
If my answer helped you in any way please mark it as correct or helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 03:54 AM
Hi Ashwin,
You can create two custom fields on account level, Support schedule and resolution duration.
Resolution duration can be vary for each account (5,7,10 days) & support schedule for each account may vary too.
You will have to create expected close time field on case table as well.
When case gets resolved then you can have below code in your before Update Business rule -