- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 10:34 AM
we create a simple catalog and connect with workflow. i create work flow with approval user or group activity for sc_req_item tables .but when we request from catalog item then approvals shows in sc_req table and not sc_req_item table when we approved in sc_req table then approvals show on sc_req_item table.But some times approvals looks in sc_req_item and some times not . is it config problem?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 11:27 AM - edited 10-20-2023 11:27 AM
Hi @Aman Mishra ,
I would check couple of things . (i aasume here work flow is creating on sc_req_item)
1)Check if OOB work in the sc_req table has modified and sending approvals
2)Check any logic creating (BR./flows/other workflows) are triggering and attaching approvals to sc_req and sc_req_item.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 11:59 AM
An sc_req is parent of sc_req_item hence the workflow and approvals related to sc_req will trigger first, once it is approved workflow and approvals related to sc_req_item will trigger this is out of the box behaviour for request in ServiceNow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 11:27 AM - edited 10-20-2023 11:27 AM
Hi @Aman Mishra ,
I would check couple of things . (i aasume here work flow is creating on sc_req_item)
1)Check if OOB work in the sc_req table has modified and sending approvals
2)Check any logic creating (BR./flows/other workflows) are triggering and attaching approvals to sc_req and sc_req_item.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 11:59 AM
An sc_req is parent of sc_req_item hence the workflow and approvals related to sc_req will trigger first, once it is approved workflow and approvals related to sc_req_item will trigger this is out of the box behaviour for request in ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 12:01 PM
great i faced problem from some days