- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-12-2020 12:53 PM
Hi everyone,
I have a client where I had to create a customer satisfaction survey (which is finished), but they want the survey to be sent out every 5th item that has been resolved/fulfilled/closed within the incident, requests, and work order tables.
They're also saying that the same person should not receive a survey within 30 days.
Would anyone be able to help out with this? Not sure how to go about doing it.
Thank you!
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-13-2020 01:25 AM
You'll need triggers for each of the tables. Use the condition builder to set the resolved/fulfilled/closed condition.
Set the repeat interval to 30 days, make Trigger randomly = true and set the probability to 20%.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-13-2020 01:25 AM
You'll need triggers for each of the tables. Use the condition builder to set the resolved/fulfilled/closed condition.
Set the repeat interval to 30 days, make Trigger randomly = true and set the probability to 20%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â07-21-2020 08:45 AM
That will cause the Survey to be sent out randomly 20% of the time.
If the requirement is to "be sent out every 5th item that has been resolved/fulfilled/closed" you are going to need to script that in a business rule. Using the MOD function (variableValue%5==0) will get you every 5th instantiation. Then just invoke the survey.