Business Rules on Import

carlocsa
Kilo Expert

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

1 ACCEPTED SOLUTION

The SN Nerd
Giga Sage
Giga Sage

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

View solution in original post

2 REPLIES 2

The SN Nerd
Giga Sage
Giga Sage

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

Thanks, Paul!