How to prevent a specific business rule written in parent domain not to execute on child domain?

Suggy
Giga Sage

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?

5 REPLIES 5

jcmings
Mega Sage

There should be a domain field on the business rule table. Here are a few docs to refer to:

Ankur Bawiskar
Tera Patron
Tera Patron

@Suggy 

I believe you can override it in your child domain

Understanding Domain Separation - Basics 

AnkurBawiskar_0-1741624531512.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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)

Suggy
Giga Sage

Anyone?