Create Request task to specific user/group using script

cesarvila_p
Kilo Contributor

Dear colleagues,

I need to create a request task item from a catalog maintain item for a specific user/group, that is, the user will be entered in a variable of the catalog item form, (it will be the owner of an application service).
Is it possible using a script include/catalog client script of the maintain item, and how?

Thanks in advance for your support

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @cesarvila_p 

 

Yes, you can do. You need to get the variable values and put those value in if condition and if the condition match, action is Create Catalog Task.

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

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

smitaD
Tera Contributor

Yes, It is possible, You can build this functionality by flow designer. 

When request is submitted after approval process(if you have in your requirement) it will generate a task which will be assigned to specific group you want.

Thanks!