There is 3 strike rule, which sends users reminder each day for three days if state is awaiting user action and on no response , ticket should be auto closed. Problem is , 3 strike rule is done through work flow and it i sending emails even on saturd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 11:33 PM
There is 3 strike rule, which sends users reminder each day for three days if state is awaiting user action and on no response , ticket should be auto closed. Problem is , 3 strike rule is done through work flow and it i sending emails even on saturday and sunday. How to add condition to stop emails on weekends.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2018 12:33 AM
yes thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2018 01:35 AM
Hi,
You have to make use of schedules in service now and then send the mail using events and scheduled job.
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2018 11:17 PM
Hi Rambo,
Can you tell how you have implemented three strike rule in your environment.
Thanks in advance!
Regards,
Alok Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2018 12:35 AM
did it through workflow, first created a field named 'counter' . In workflow
start condition- state in awainting user
and then timer waits for 24 hrs and then updates counter as 1. Check if counter is less than 3, if it is less than true it will again go to timer wait for 24 hrs and then update counter and checks if counter is less than 3. If it reaches 3 then state is set to closed and sends notification to user and then workflow stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2020 11:38 AM
Hi Rambo,
Can you please provide step by step instructions on how to implement 3 strike rule?
Thanks,
Sasha