- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:20 AM
Hello
I am at the stage of "Creating a change request from problem" in the ITSM simulator.
When a change request is created from a problem record, the problem record should automatically move to a Pending change state.
1. Add the Problem State choice of 'Pending change'
2. Open and modify the existing Create Normal Change AND Create Emergency Change UI actions to set the Problem state to "Pending change".
Hint: Make sure you are modifying the UI actions related to the Problem [problem] table.
I have added a state choice of Pending change with a value of 108, and also added current.state =108; to line 3 of the "Create Normal Change" UI action. However, when I try to run the UI action, the following error appears:
I have followed previous knowledge articles, however I cannot validate this task. Any ideas?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:26 AM
@Matt34 Looks like a state flow is working behind the scene which is preventing the transition of the problem from New state to Pending Change state. Please check the existing state flows related to the Problem table and update them to accommodate this new state.
For more information on the state flow, please refer to https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/administer/state-flows/conc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:40 AM
Hi Sandeep
It appears that the Problem Management: Default Flow was causing the issue. I disabled it to test, and the UI actions now work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:42 AM
Hi @Matt34
https://www.servicenow.com/community/itsm-forum/creating-a-change-request-from-problem/td-p/453299
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
05-20-2024 04:43 AM
Hi Atul,
I did follow the previous post, however I received the error messages. It appears that the Problem Management: Default Flow was causing the issue. I disabled it to test, and the UI actions now work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:47 AM
Hi @Matt34
Practically it should not impact but happy your issue get resolved.
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
07-16-2025 12:05 AM