- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 11:54 AM
I have a catalog item and a flow which I've assigned as the process engine.
The flow itself looks at the data and determines which table the record should be going to, then creates the record.
Ultimately the process serves more as a record producer but the process needs approvals and processing so a standard record producer won't suffice.
The workflow itself is working fine, and respective table is also getting the record produced.
The issue I'm finding is that a REQ/RITM record is still being created on the backend - this is not needed.
Is there a way to prevent the REQ/RITM records from being created via the catalog item?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 02:30 PM
Hi @MBarrott
Logically, it’s not possible. The reason is that it’s OOTB functionality which creates REQ and RITM. I would suggest not disturbing this logic.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 02:30 PM
Hi @MBarrott
Logically, it’s not possible. The reason is that it’s OOTB functionality which creates REQ and RITM. I would suggest not disturbing this logic.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 05:43 AM
Hi @Dr Atul G- LNG - that was the logic I was leaning but it's always good getting clarification. Will re-review with the business.