Is it possible the state of the change records is open according to the order

Zelihauysal
Tera Expert

Hello everyone,

I created execution plans and tasks connected to plans to use in Change records.
What I want to do is that when these execution plan tasks come to the Implementation state in the Change record according to the order order, the task state of the records turns to Open in the order written in the order.

Zelihauysal_2-1709881321861.png
1- In the current situation, when the state is scheduled in the Change Record, the task state named PO application task with order 100 is open. How can I make it active when it comes to State Implementation?

Zelihauysal_0-1709881306863.png


2- How can I ensure that the next task is active when the PO application task record with order 100 is closed?

Zelihauysal_1-1709881316658.png

 

thanks so much for all the help!!

1 ACCEPTED SOLUTION

Hi @Zelihauysal 

 

You can achive this via Flow. The only point is need to leave execution plan.

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

swathisarang98
Giga Sage
Giga Sage

Hi @Zelihauysal ,

 

The top bar is called Formatter/progress bar which can be configured in the table "sys_process_flow" or 

Navigate -> Process Flow

swathisarang98_0-1709883165268.png

 

You can filter with Table name and configure the required Changes,

 

Please check and Mark Helpful and Correct if it really helps you.

Regards,

Swathi Sarang

 

Thanks for reply!

Actually, what I am trying to do is to open the change task tickets in order when the ticket is in the implementation status. I could not understand how to do this via Process Flow.

Hi @Zelihauysal 

 

So if my understanding is correct, you want to create new task when change in implementation state? If yes, the OOTB flow has this option. SN create 2 task OOTB.

 

You need to update the flow.

 

AGLearnNGrow_0-1709895017626.png

 

AGLearnNGrow_1-1709895069334.png

 

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

 

I want the "tasks" I have created in the execution plans to move in sequence from the status of application change to the open status. Example: In the execution plan I created;
I have task 1 and task 2.
Let's run a sample process for change ticket.
-When the change ticket is opened, the tasks in the execution plan are created in the change ticket. Tasks are in pending state.
- Change ticket status Implentation
- Task 1 is automatically translated to open state. When task 1 state is closed, I want task 2 to be open automatically.