Where do we config to handle the transition NEW-IN PROGRESS-ON HOLD-CLOSED?

Dang Van
Tera Contributor

Where do we config to handle the transition NEW-IN PROGRESS-ON HOLD-CLOSED?

387459043_1001396067780410_5641780248753464367_n.png

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

Hi @Dang Van 

We can control the State Transitions in the State Model [sys_state_model] table.

1. Create new record in the State Model for the your table.

2. Under the State Transition related list, create new record for each state with your own conditions.

 

Ref: Add a state model and transitions

 
Cheers,
Tai Vu

View solution in original post

4 REPLIES 4

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Dang Van ,

 

It is handled in this table sys_process_flow.

 

Thanks,

Danish

 

Tai Vu
Kilo Patron
Kilo Patron

Hi @Dang Van 

We can control the State Transitions in the State Model [sys_state_model] table.

1. Create new record in the State Model for the your table.

2. Under the State Transition related list, create new record for each state with your own conditions.

 

Ref: Add a state model and transitions

 
Cheers,
Tai Vu

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Dang Van 

 

It depends where you want to show. On change or other form. 

For change,  State transition is there or you can check sys_process_flow. list table as well.

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

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

Vamsi G
Giga Guru

Hello Dang,

 

you can achieve this functionality through process flow(sys_process_flow).

1. Navigate to system UI -Process flow - create your own state on the table based on the requirement.

2. Define your table, name, label, and Order, and define the conditions based on your requirement(when this newly defined state should trigger) and submit the flow formatter.

 

Thanks,

Vamsi

 

Mark my answer Helpful & Accepted if I have answered your question