Normal Change request moving to Authorize state skipping Assess state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 02:34 PM - edited 07-18-2024 04:21 PM
If approval group is empty for CI associated to change request , CR is moved to Authorize state skipping Assess state.
I could see that this is due to OOB read only script include ChangeFormUI. Could you provide your inputs on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 09:55 PM
Hi @Reddymahesh
What inputs do you need? You already provided the problem and solution too. Also please check if the change was raised via Model and what state transition said.
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-19-2024 10:15 AM
@Dr Atul G- LNG if CI approval group is empty , I want an approval sent to default group rather than skipping Assess state. I am not able to modify OOB ServiceNow script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 12:14 PM
You can override any of the methods in 'ChangeFormUISNC' by defining a new function in the 'ChangeFormUI' script include with the same name as that in ChangeFormUISNC script include. Provided you know javascript well enough. Log in as "admin".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2024 06:13 AM
@Bert_c1 Already replied. But be careful. It may impact the further upgrades.
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]
****************************************************************************************************************