Creating a change request from Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 04:09 AM
HELP ITSM SIMULATOR
We want the Problem state to be set as "Pending change" when a change request is created from a problem record.
1. Add the Problem State choice of 'Pending change'
2. Problem state should be set as "Pending change" when a change request is created using the UI action "Create Normal Change" or "Create Emergency Change"
- Labels:
-
Change Management
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 04:16 AM
Hi Gianluca,
1) go to Show Choice List from the Create New Problem form:
Create the new Choice list and give the value 108:
2) Open the corresponding UI Action and add the following part of code:
current.state = 108;
Do the same also for the other UI Action.
If I have answered your question, please mark my response as correct and/or helpful.
Thank you very much
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 04:17 AM
1) Create a choice value first in Choice List table by checking the other choices for State field in Problem Table
2) in the UI actions, change the status condition to the new value you created in 1) point.
Let me know if any confusion.
Please Mark as ✅ Correct if this solves your issue and also mark ???? Helpful if it helps resolve your problem.
Thanks,
Saji

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2021 01:00 PM
I followed the directions for Part 1, but I'm still getting this:
For part 2, I added "current.state =108;" in the Script field for both Create Normal Change & Create Emergency Change UI Action but keep getting this:
Are you setting the state value correctly within the script?
Where do I need to make changes at?