- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:21 PM
I am trying to have a list of all the catalog items and the fulfillment groups associated with the workflow on the item. What is the best way to establish such kind of relationsip?
Solved! Go to Solution.
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2017 05:36 PM
Here are screenshots of my working database view:
Main Record:
Group table:
Value table:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:24 PM
Hi Hemali,
You can run a pivot report on sc_task table. Do a group by on Request Item->Item and stack by Assignment Group.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:28 PM
I tried that but It doesn't work for the items that may not have been requested yet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:33 PM
For the ones which are not requested yet, you will have to go into each items workflow and find out.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:40 PM
That is the reason I need to establish a relationship. The number of such records are huge and its not feasible to go into each record and find the workflow >catalog task>fulfillment group for each of them. I need to have a list view of it showing both (catalog item and fulfillment group) showing side by side