Catalog Item which does NOT create a REQ/RITM records?

MBarrott
Mega Sage

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?

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

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.

 

https://www.servicenow.com/community/itsm-forum/how-is-ritm-created-automatically-when-request-is-ap...

 

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

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.

 

https://www.servicenow.com/community/itsm-forum/how-is-ritm-created-automatically-when-request-is-ap...

 

*************************************************************************************************************
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]

****************************************************************************************************************

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.