- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 08:45 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 08:45 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 03:30 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 05:11 PM
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