Business Rule for multiple tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 10:25 AM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 10:29 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 10:39 AM
Hi Sanjiv,
Thanks for taking time to respond.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 10:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 10:44 AM
Hi Aman,
Thanks for taking time to respond.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 10:38 AM
Hi Aman,
Thanks for taking time to respond.