- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:47 AM
I have a requirement to create a emergency change from a catalog item, so i created an flow, however when i select the emergency, it still creates a normal change. How can i get around that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 09:08 AM
Hi @mcroxall ,
To set the type as "Emergency," we need to set the model as "Emergency" (the model is a field on the change form). However, in the Flow action, only the type is being set to "Emergency," but not the model.
By default, the model field is set to "Normal," and the type field is dependent on the model field.
This is an issue with the Flow action, and we cannot modify the system action.
As a temporary solution, until ServiceNow resolves the issue, you can try copying the action/creation process and ensure both the model and type fields are set to "Emergency."
Kindly mark this as helpful or correct if it answers your query.
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:58 AM
Hi @mcroxall
Correct, it is a bug. I tried in my PDI . Log a now support case.
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
02-18-2025 09:08 AM
Hi @mcroxall ,
To set the type as "Emergency," we need to set the model as "Emergency" (the model is a field on the change form). However, in the Flow action, only the type is being set to "Emergency," but not the model.
By default, the model field is set to "Normal," and the type field is dependent on the model field.
This is an issue with the Flow action, and we cannot modify the system action.
As a temporary solution, until ServiceNow resolves the issue, you can try copying the action/creation process and ensure both the model and type fields are set to "Emergency."
Kindly mark this as helpful or correct if it answers your query.
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 09:12 AM
I discovered that this BR is the issue, if i disable it it works, however i am not sure of the impact of disabling this is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 09:26 AM
Hello @mcroxall ,
This is not best practice to disable that business rule, as the purpose of creating this business rule is to prevent modifying model field value for the already created change request.
Please refer the below screenshot, the description field of Business rule clearly states that, it prevents changing the model field value for ongoing Change requests.
Kindly mark this as helpful or correct if it answers your query.
Best Regards,
Pooja