- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2017 06:24 AM
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2017 06:33 AM
Thanks Josh. If that's the case, then 18 of them need to be updated to include the gs.isInteractive() in the condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2017 06:26 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2020 08:53 PM
Can we run only audit business rule from Transform map. I dont want to run all business rule except audit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2017 06:31 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2017 06:33 AM
Thanks Josh. If that's the case, then 18 of them need to be updated to include the gs.isInteractive() in the condition.