How to call a specific business rule while loading a data?

DS20
Tera Contributor

Hi,

     As per my understating when we checked the "Run business rules" on transform map form then all business rule will get run on target table, but I want to run a particular BR only, So how achieve that.

Thanks in advanced.

1 ACCEPTED SOLUTION

Hi DS,

That's correct. so if some script include is trying to insert record into that table those 9 BRs won't run. So this will affect the performance.

As a workaround what you can do is:

1) uncheck run business rule

2) you know which business rules to run; copy and use that complete code in an onAfter script so that it would run on every row of import set.

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

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

View solution in original post

5 REPLIES 5

In case if we want to run only audit business rule from transform map, then how we can do this because I believe audit related script are not visible to us.