auto close the request and send notification

akankshak15
Tera Guru

I have a requirement, where when catalog request is submitted by selecting request type option A  then request immediately auto close after submission of the request and send a notification and if catalog request is submitted with Option B then assigned to an assignment group 

3 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @akankshak15 

 

You can use flow designer to close and then use Notification action to send the email,. flow designer is low code and easy and quick.

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

Runjay Patel
Giga Sage

Hi @akankshak15 ,

 

You can follow below steps.

  1. Create one closer notification to send when request got closed.
  2. Create a Flow and build the condition like
    • If Option is A
      • Close the RITM and Request (Use Update Record activity)
      • Send Notification which you had created in step 1.
    • If Option is B
      • Use update record activity and update the assignment group.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

View solution in original post

akankshak15
Tera Guru

Thank you All for your quick response i have implemented the functionality.

View solution in original post

11 REPLIES 11

I forgot to mention over here we are submitting the request through the record producer and creating a task record..

Still not issue, the record is your trigger point. 

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

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

What KIND of task record.  Task is the base table from which all "tasky" tables extend from.

yes task is getting created in the Custome table 

the Custome table is extending the task table