The CreatorCon Call for Content is officially open! Get started here.

I want to create a RITM from the inbound email.

NeethuB
Tera Contributor

I want to create a RITM from the inbound email.

 

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @NeethuB 

 

https://www.servicenow.com/community/itsm-forum/how-to-generate-a-req-ritm-and-sc-task-via-inbound-e...

 

 

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

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

Ankur Bawiskar
Tera Patron
Tera Patron

@NeethuB 

your can use Inbound flow low-code, no-code approach and use "Submit Catalog Item Request" flow action to generate REQ, RITM and once that item is submitted it's associated Flow/Workflow will create the catalog task

check this link for help

Easiest way to Trigger Catalog Item Request via Inbound Email 

OR

You can also use inbound action and CartJS API to submit that catalog item

something like this

var cart = new sn_sc.CartJS();

var request1 = {

               'sysparm_id': 'ec10f4fd47266110b81cd855d36d4308', // sys_id of catalog item

               'sysparm_quantity': '1',

               'variables': {

                              'requested_for': producer.requested_for, //'8efae6cbdb038b00d6563cae7c961

                              'short_description': producer.short_description,

                              'description': producer.description

               }

};


var checkoutInfo = cart.checkoutCart();

var cartDetails = cart.orderNow(request);

var requestDetails = cart.submitOrder(request);

💡 If my response helped, please mark it as correct ✔️ and close the thread 🔒 — this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader