Issue with redirection on case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 03:13 AM
Hi,
I have created one business rule so when i am testing that on case form sometimes that is redirecting to another page so how to stop redirection
Before/Inser, update
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 05:27 AM
business rule is on which table?
what's your actual business requirement?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 06:33 AM
We have implemented a Before Insert/Update Business Rule to restrict the form when mismatched fields are selected and to display an error message. The error message is retrieved from a System Property, so that if the client wants to change the message in the future, they can do so easily without modifying the script.
However, during testing, when an invalid (mismatched) combination of fields is selected, the error message is displayed, but instead of remaining on the same case form, the system redirects to another random record/form.
Ensure that the error is shown on the same case form without any redirection.
Can you please help on this, it will be useful
