- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2018 05:54 PM
Hi ServiceNow Gurus,
I've been reading a lot on business rules and getting a few conflicting statements. Is it correct that business rules do not execute on import?
Thanks!
Carlo
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2018 06:03 PM
Depends what you mean by 'on import'.
Business rules won't rule on a manual import of XML.
When importing via Data Sources and Transform map, business rules only run when the 'Run business rules' flag is checked on the Transform Map.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2018 06:03 PM
Depends what you mean by 'on import'.
Business rules won't rule on a manual import of XML.
When importing via Data Sources and Transform map, business rules only run when the 'Run business rules' flag is checked on the Transform Map.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2018 08:24 PM
Thanks, Paul!