- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2024 04:57 AM
Hi Team,
I am going through ITSM simulator. While validating, I am getting an error as - "Validate that you have updated the Create Emergency Change UI action for the appropriate table and with the appropriate script changes".
I tried checking existing incident and change records still the issue persists.
Module - Configure state choice list and behavior.
Kindly anyone can help me in this.
Regards,
Shriya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2024 05:17 AM
Hi Shriya,
Step 1) Please go through Incident Form-->Context Menu -->Configure--> UI Action and then search and open "Create Normal Change" for the incident table.
Please add this line in the script section - current.state=4;
Click Update button.
Step 2) Please go through Incident Form-->Context Menu -->Configure--> UI Action and then search and open "Create Emergency Change" for the incident table.
Please add this line in the script section - current.state=4;
Click Update button.
If this answered your question, please mark it as correct and helpful.
Regards,
Rupesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2024 08:08 AM
I've tried adding current.state=4; but I am not sure that I have it in the right place as the state is not changing to awaiting change when a change is created from an incident.
Can you be more specific about its placement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2024 09:31 AM
Hi @JuneU,
Kindly follow the below steps accurately. you will get it at right place.
Step 1) Please go through Incident Form-->Context Menu -->Configure--> UI Action and then search and open "Create Normal Change" for the incident table.
Please add this line in the script section - current.state=4;
Click Update button.
Step 2) Please go through Incident Form-->Context Menu -->Configure--> UI Action and then search and open "Create Emergency Change" for the incident table.
Please add this line in the script section - current.state=4;
Click Update button.
If this answered your question, please mark it as correct and helpful.
Regards,
Rupesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2025 10:53 AM
I tried this all but was not able to validate the task. I created the new UI action, and put the current.state==4 in the condition field. I dont know where to put into the Script field.
And details are welcomed.
Farah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2025 01:54 PM
I added this to line 25 in the Create Emergency Change