Service Request Workflow

anil_mishra11
Tera Expert

I want to create a workflow: 

- when request is created directly form sc_request table, ritm should attach to it automatically

- atleast one catalog task to be added to ritm

As we know ritm is attached to req and sctask is attached to ritm automatically when we create req from service catalog. But i want them when we create from request table directly.

Can anyone help in this.

1 ACCEPTED SOLUTION

Hi @anil_mishra11 

 

This is all do able.

 

1. an individual request item relates to request

Atul: Create standalone Request Item (Don't club with Order guide)

2. atleast one catalog task to be added to requested item

Atul: Yes. in flow you can configure under Action ( Create catalog task) 

3. once ticket is assigned, the task should move to inprogress

Atul: Write a script, if assigned to or assigned (any you can pick) is not empty task state moved/ set to in progress.

 

What error you are getting at which point? or you want community to build this for you ?

 

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

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @anil_mishra11 

 

That is not a best practice to create task on REQ directly, May I know the use case please.  

 

Create WF / Flow on REQ and same manner add the task activity. 

*************************************************************************************************************
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 , Below mentioned is the use case which I want to implement via workflow

1. an individual request item relates to request

2. atleast one catalog task to be added to requested item

3. once ticket is assigned, the task should move to inprogress

 

Hi @anil_mishra11 

 

This is all do able.

 

1. an individual request item relates to request

Atul: Create standalone Request Item (Don't club with Order guide)

2. atleast one catalog task to be added to requested item

Atul: Yes. in flow you can configure under Action ( Create catalog task) 

3. once ticket is assigned, the task should move to inprogress

Atul: Write a script, if assigned to or assigned (any you can pick) is not empty task state moved/ set to in progress.

 

What error you are getting at which point? or you want community to build this for you ?

 

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

No no, i will build this. Just wanted to know if that was possible or not. Thanks for clarifying my doubt.