Only run certain business rules on transform map

brostoff17
Tera Contributor

Is it possible to run selective business rules on a transform map?   I only see the option to run all business rules on a table for a transform map, but what if I only want to run a few?

1 ACCEPTED SOLUTION

Thanks Josh. If that's the case, then 18 of them need to be updated to include the gs.isInteractive() in the condition.


View solution in original post

4 REPLIES 4

Chuck Tomasi
Tera Patron

Hi Josh,



Add this to the conditions that you want to leave out of a transform map, but run normally elsewhere.



gs.isInteractive()



It checks to ensure that the business rule will only run when someone is at the keyboard. This does not include imports.


Can we run only audit business rule from Transform map. I dont want to run all business rule except audit.

brostoff17
Tera Contributor

Thanks Chuck.   My use case is that I have 20 business rules running on the sys_user table, but I only want to run 2 of them during the import.


Thanks Josh. If that's the case, then 18 of them need to be updated to include the gs.isInteractive() in the condition.