- 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
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
07-19-2024 02:01 AM
Thank you! It worked for me.😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 08:15 AM
Worked for me. I added it to the end of the script for future reference. Thank you so much for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 12:54 AM
It worked for me thank you!