- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 01:23 AM
Hi
Does anyone know a way of extracting from Service Now, all the Approval Groups together with the Request Catalogue item it is associated with ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 03:15 AM
I would start by looking at reporting on the Group approval table [sysapproval_group]
Then filter the results to only show records that has the parent task type as Requested item.
Then select to show data from the Requested item table on the results and work on from there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 01:29 AM
Hi,
There is not a 1-1 relationship between an approval group and a Request, a Request can have zero, one or more approval groups associated to it.
What is it you want to show with the report?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 02:06 AM
Hi thank you for your response,
I am trying to understand which approval groups are aligned to which Request Type and extract the info out of service now, without having to manually go into each request type and look at the workflows.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 03:15 AM
I would start by looking at reporting on the Group approval table [sysapproval_group]
Then filter the results to only show records that has the parent task type as Requested item.
Then select to show data from the Requested item table on the results and work on from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 03:18 AM
thank you - will have a go