How can I report on all Assignment Group a catalog task has been assigned to?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 09:58 AM
I have been asked to create a report showing all Assignment Groups that a task has been assigned to. For example:
SCTASK0010001 is initially assigned to "Group A", then is assigned to "Group B", then assigned back to "Group A".
I need to show all the groups that this task is assigned to. I have tried using sc_task_metric table, but it is only showing the current assignment group. Using my example above, it will have 3 entries in a list report, but the assignment group for all 3 entries is "Group A", it never shows "Group B".
This is in London Patch 6b.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 10:00 AM
That really would only be capture in the audit log or sys_audit table I'd imagine...otherwise...it's not possible to get that (unless you've logged this somewhere along the way).
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 10:54 AM
I found that if I create a metric on the sc_task table for the field Assignment group, then I can use the Value in sc_task_metric to show the historical assignment groups.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 11:00 AM
Hmm, neat. Can you share a sample to show the audit that it's been assigned to ...say...3 different groups?
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 11:45 AM