How to prevent a specific business rule written in parent domain not to execute on child domain?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 07:27 AM
I have a business rule written in Parent domain. It is getting executed on child domain as well.
but now I dont want the above specific business rule to execute on the child domain.
What is the right way to implement this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 08:29 AM
There should be a domain field on the business rule table. Here are a few docs to refer to:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 09:36 AM
I believe you can override it in your child domain
Understanding Domain Separation - Basics
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 11:24 AM
Hi @Ankur Bawiskar screenshot talks about overriding and running a different business rule. but my goal is not that business rule at all (at child domain)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2025 12:01 AM
Anyone?