Using business rules with import sets

jonny1
Giga Contributor

I would like to create a business rule that runs after an import finishes from a certain transform. I am not quite sure how to go about it. When it runs, I would like it to iterate through the import set log and pull information from it to create an incident.

1 REPLY 1

edwin_munoz
Mega Guru

Hello Jonny,



If you need a business rule you can create a business rule on the sys_import_set table and make it run after update when the state changes to processed.



Another approach is to use a onComplete script.Transform Map Scripts - ServiceNow Wiki