- 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: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:44 AM
@Matt34 Could you please mark my response as an accepted solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 09:39 PM
Hi Team,
I am also facing the same issue. Can you please guide me to disable the default flow of Problem Management. So that UI actions can work.