- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 07:49 AM
Is it possible to report on 'Assignment group' assigned when SLA Task record breached SLA (Breach = true)?
In other words, if I would like to know which Group was assigned to a record during the moment of breaching then what is the best way to extract this information?
Grateful for advise:)
H
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 07:57 AM
Hi Henrik,
OOB there isn't field that captures Assignment Group when SLA was breached. All you can do is to get a Breach Assignment Group field created on Task_sla table & then create a Business rule on Task_sla table that runs when Has Breached changes to True & then capture the Assignment Group field value in Breach Assignment Group field.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2018 06:27 AM
Thanks Nitin!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 07:57 AM
Hi Henrik,
OOB there isn't field that captures Assignment Group when SLA was breached. All you can do is to get a Breach Assignment Group field created on Task_sla table & then create a Business rule on Task_sla table that runs when Has Breached changes to True & then capture the Assignment Group field value in Breach Assignment Group field.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2018 06:27 AM
Jaspal, big thanks for confirming not as OOB - Your idea sounds good so will pursue it:) Thanks Again!