The CreatorCon Call for Content is officially open! Get started here.

Business Rule for multiple tables.

Harsha6
Giga Contributor

Hi, 

Is it possible to have a one business rule and enforce it on multiple tables?, if possible can any one help me with, how this can be achieved. Any help is appreciated.

Thanks!

 

13 REPLIES 13

SanjivMeher
Kilo Patron
Kilo Patron

No. You can't have one Business Rule running for multiple tables.

You can create a Global Business Rule, but that may impact the performance of your instance and not recommended by ServiceNow.

You can add some conditions Class Name = Your table name in the Global BR, which could minimize the performance impact


Please mark this response as correct or helpful if it assisted you with your question.

Hi Sanjiv, 

 

Thanks for taking time to respond.

ARG645
Tera Guru

Harsha,

A business Rule is always specific to a table and its children. So if your tables are not in Parent-child hierarchy, you cannot write a BR that will be applied to multiple tables. You have to define BR's individually for all the isolated tables.

Thank you,

Aman Gurram

Harsha6
Giga Contributor

Hi Aman,

Thanks for taking time to respond.

Harsha6
Giga Contributor

Hi Aman,

Thanks for taking time to respond.