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
‎08-21-2025 03:15 AM
@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
‎08-21-2025 04:09 AM - edited ‎08-21-2025 04:10 AM
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
‎08-21-2025 04:14 AM
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
‎08-21-2025 04:19 AM
yep, thats correct, but it was the easiest way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2025 06:19 AM
Thanks Sebastian for the prompt response