SLA definition on 'interactions' table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 06:52 AM
Is there a way to create an SLA definition based on 'interactions' table I dont see it in list of tables
- Labels:
-
Analytics and Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@arb Did you find any working solution for this. Even I am working on the similar requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @GarimaU,
we solved it with a workaround.
We created a custom table that is extended from the task table. Whenever an interaction is created, we simultaneously create a dummy task on the custom table. The dummy task has SLA definitions and reacts to every state change of the parent interaction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In that case, you won't see SLA triggered on interaction , but you must be monitoring it through dummy task which you created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
yep, thats correct, but it was the easiest way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks Sebastian for the prompt response